[Goodies-commits] r7478 - in gigolo/trunk: . src

Enrico Troeger enrico at xfce.org
Sat Jun 6 18:09:26 CEST 2009


Author: enrico
Date: 2009-06-06 16:09:26 +0000 (Sat, 06 Jun 2009)
New Revision: 7478

Modified:
   gigolo/trunk/ChangeLog
   gigolo/trunk/src/window.c
Log:
Update the popup menu after editing bookmarks.

Modified: gigolo/trunk/ChangeLog
===================================================================
--- gigolo/trunk/ChangeLog	2009-06-06 16:09:21 UTC (rev 7477)
+++ gigolo/trunk/ChangeLog	2009-06-06 16:09:26 UTC (rev 7478)
@@ -2,6 +2,8 @@
 
  * src/common.c:
    Add descriptions for "archive" and "gphoto2" schemes.
+ * src/window.c:
+   Update the popup menu after editing bookmarks.
 
 
 2009-05-28  Enrico Tröger  <enrico(at)xfce(dot)org>

Modified: gigolo/trunk/src/window.c
===================================================================
--- gigolo/trunk/src/window.c	2009-06-06 16:09:21 UTC (rev 7477)
+++ gigolo/trunk/src/window.c	2009-06-06 16:09:26 UTC (rev 7478)
@@ -834,6 +834,9 @@
 	/* writing to the 'settings' property will update the menus */
 	g_object_set(priv->action_bookmarks, "settings", priv->settings, NULL);
 	g_object_set(priv->bookmark_panel, "settings", priv->settings, NULL);
+
+	/* update the popup menu items */
+	tree_selection_changed_cb(NULL, window);
 }
 
 




More information about the Goodies-commits mailing list