Author: post
Date: 2012-02-17 23:33:03 +0100 (Fri, 17 Feb 2012)
New Revision: 4141

Modified:
   trunk/src/rs-tethered-shooting.c
Log:
Unlock gdk thread while waiting for Quick Export to finish

Modified: trunk/src/rs-tethered-shooting.c
===================================================================
--- trunk/src/rs-tethered-shooting.c    2012-02-17 22:32:25 UTC (rev 4140)
+++ trunk/src/rs-tethered-shooting.c    2012-02-17 22:33:03 UTC (rev 4141)
@@ -582,10 +582,12 @@
        GTK_CATCHUP();
        if (quick_export)
        {
+               gdk_threads_unlock();
                /* Lets just make sure we aren't ahead by more than 1 image */
                while (NULL != t->rs->post_open_event)
                        g_usleep(100*1000);
                t->rs->post_open_event = "QuickExport";
+               gdk_threads_lock();
        }
 
        g_free(tmp_name_ptr);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to