Author: post
Date: 2011-01-14 12:31:27 +0100 (Fri, 14 Jan 2011)
New Revision: 3801

Modified:
   trunk/src/rs-store.c
Log:
Update menu items when icon selection has changed.

Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c        2011-01-14 11:28:55 UTC (rev 3800)
+++ trunk/src/rs-store.c        2011-01-14 11:31:27 UTC (rev 3801)
@@ -37,7 +37,7 @@
 #include "rs-pixbuf.h"
 #include "eog-pixbuf-cell-renderer.h"
 #include "rs-photo.h"
-#include "rs-library.h"
+#include "rs-actions.h"
 
 #ifdef WIN32
 #undef near
@@ -541,6 +541,7 @@
                predict_preload(data, FALSE);
        }
 
+       rs_core_actions_update_menu_items(rs_get_blob());
        g_list_foreach(selected, (GFunc)g_free, NULL);
        g_list_free(selected);
 }


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

Reply via email to