Author: akv
Date: 2013-04-28 00:39:15 +0200 (Sun, 28 Apr 2013)
New Revision: 4373

Modified:
   branches/4175-enfuse/src/rs-actions.c
Log:
Fixing problem with thumbnails of the current open photo being updated by 
enfusing - is this a bad way to do it?

Modified: branches/4175-enfuse/src/rs-actions.c
===================================================================
--- branches/4175-enfuse/src/rs-actions.c       2013-04-27 19:10:16 UTC (rev 
4372)
+++ branches/4175-enfuse/src/rs-actions.c       2013-04-27 22:39:15 UTC (rev 
4373)
@@ -1531,6 +1531,10 @@
 
 ACTION(enfuse)
 {
+  rs_preview_widget_blank((RSPreviewWidget *) rs->preview);
+  rs_photo_close(rs->photo);
+  rs->photo = NULL;
+
   gboolean enfuse = TRUE;
   GList *selected_names = rs_store_get_selected_names(rs->store);
   guint priority = rs_store_get_current_priority(rs->store);


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

Reply via email to