Author: post
Date: 2012-10-12 19:44:55 +0200 (Fri, 12 Oct 2012)
New Revision: 4286

Modified:
   trunk/src/gtk-interface.c
Log:
Only catchup GUI while loading images - not events.

Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c   2012-10-12 16:05:29 UTC (rev 4285)
+++ trunk/src/gtk-interface.c   2012-10-12 17:44:55 UTC (rev 4286)
@@ -263,11 +263,11 @@
        rs->photo->proposed_crop = NULL;
        rs_preview_widget_unlock_renderer(RS_PREVIEW_WIDGET(rs->preview));
        rs_preview_widget_update(RS_PREVIEW_WIDGET(rs->preview), TRUE);
-       GTK_CATCHUP();
+       GUI_CATCHUP();
        if (rs->photo && NULL==rs->photo->crop && rs->photo->proposed_crop)
                rs_photo_set_crop(rs->photo, rs->photo->proposed_crop);
        rs_core_actions_update_menu_items(rs);
-       GTK_CATCHUP();
+       GUI_CATCHUP();
        if (NULL != rs->post_open_event)
        {
                rs_core_action_group_activate(rs->post_open_event);


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

Reply via email to