epiphany r7983 - trunk/src/bookmarks



Author: chpe
Date: Mon Feb 25 20:41:32 2008
New Revision: 7983
URL: http://svn.gnome.org/viewvc/epiphany?rev=7983&view=rev

Log:
Remove duplicate bookmarks property update, which is superflous since it was already updated when the node was set into the action on construction. Might fix bug #516008, where for unknown reasons the action seems to be finalised when we get here.


Modified:
   trunk/src/bookmarks/ephy-bookmark-action-group.c

Modified: trunk/src/bookmarks/ephy-bookmark-action-group.c
==============================================================================
--- trunk/src/bookmarks/ephy-bookmark-action-group.c	(original)
+++ trunk/src/bookmarks/ephy-bookmark-action-group.c	Mon Feb 25 20:41:32 2008
@@ -110,8 +110,6 @@
 	gtk_action_group_add_action (action_group, action);
 	g_object_unref (action);
 
-	ephy_bookmark_action_updated ((EphyBookmarkAction *) action);
-
 	g_signal_connect_swapped (action, "open-link",
 				  G_CALLBACK (ephy_link_open), action_group);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]