From fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 25 Feb 2008 20:41:32 +0000 Subject: 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. svn path=/trunk/; revision=7983 --- src/bookmarks/ephy-bookmark-action-group.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bookmarks/ephy-bookmark-action-group.c') diff --git a/src/bookmarks/ephy-bookmark-action-group.c b/src/bookmarks/ephy-bookmark-action-group.c index 04b63f3c6..45e1f2e33 100644 --- a/src/bookmarks/ephy-bookmark-action-group.c +++ b/src/bookmarks/ephy-bookmark-action-group.c @@ -110,8 +110,6 @@ node_added_cb (EphyNode *parent, 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); } -- cgit v1.2.3