diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-02-26 04:41:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-02-26 04:41:32 +0800 |
commit | fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507 (patch) | |
tree | 9189096a9fef2185f883a7f1e9caa1673e1633f3 /src/bookmarks | |
parent | f0c9a1218925074be201882b7eb41c3c5902bfda (diff) | |
download | gsoc2013-epiphany-fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507.tar gsoc2013-epiphany-fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507.tar.gz gsoc2013-epiphany-fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507.tar.bz2 gsoc2013-epiphany-fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507.tar.lz gsoc2013-epiphany-fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507.tar.xz gsoc2013-epiphany-fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507.tar.zst gsoc2013-epiphany-fdb56c8ae221e85e843efcdc9ae0b0bb83c0a507.zip |
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
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action-group.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |