Author: akv
Date: 2012-08-24 21:21:42 +0200 (Fri, 24 Aug 2012)
New Revision: 4257

Modified:
   branches/4175-enfuse/src/rs-enfuse.c
Log:
Fixed delay before exporting photos...

Modified: branches/4175-enfuse/src/rs-enfuse.c
===================================================================
--- branches/4175-enfuse/src/rs-enfuse.c        2012-08-24 19:21:18 UTC (rev 
4256)
+++ branches/4175-enfuse/src/rs-enfuse.c        2012-08-24 19:21:42 UTC (rev 
4257)
@@ -308,7 +308,7 @@
       g_string_free(outname, TRUE);
     }
 
-  g_usleep(100000); /* FIXME */
+  g_usleep(500000); /* FIXME */
   gui_progress_advance_one(progress); /* 1 - initiate */
 
   GList *exported_names = export_images(rs, files, extend, 0, 1.0, 0, 1.0, 
boundingbox);


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

Reply via email to