diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-06 19:31:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-06 19:31:09 +0800 |
commit | 387d2cef145b71857415f9c10fdb2c8d9e0a6208 (patch) | |
tree | 0ff859080b35184be228bc16fb8fe59605434272 /src/bookmarks/ephy-related-action.c | |
parent | 63dd2870cd328993e3f959c4e1888934494c3752 (diff) | |
download | gsoc2013-epiphany-387d2cef145b71857415f9c10fdb2c8d9e0a6208.tar gsoc2013-epiphany-387d2cef145b71857415f9c10fdb2c8d9e0a6208.tar.gz gsoc2013-epiphany-387d2cef145b71857415f9c10fdb2c8d9e0a6208.tar.bz2 gsoc2013-epiphany-387d2cef145b71857415f9c10fdb2c8d9e0a6208.tar.lz gsoc2013-epiphany-387d2cef145b71857415f9c10fdb2c8d9e0a6208.tar.xz gsoc2013-epiphany-387d2cef145b71857415f9c10fdb2c8d9e0a6208.tar.zst gsoc2013-epiphany-387d2cef145b71857415f9c10fdb2c8d9e0a6208.zip |
Don't try to connect signals to the destroyed node!
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-related-action.c: (node_destroyed_cb):
Don't try to connect signals to the destroyed node!
Diffstat (limited to 'src/bookmarks/ephy-related-action.c')
-rw-r--r-- | src/bookmarks/ephy-related-action.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bookmarks/ephy-related-action.c b/src/bookmarks/ephy-related-action.c index 00c3327b5..e10831efe 100644 --- a/src/bookmarks/ephy-related-action.c +++ b/src/bookmarks/ephy-related-action.c @@ -43,12 +43,6 @@ node_destroyed (EphyNode *node, GObject *object) ephy_topic_action_set_topic (EPHY_TOPIC_ACTION (object), ephy_bookmarks_get_favorites (eb)); - ephy_node_signal_connect_object (node, EPHY_NODE_CHANGED, - (EphyNodeCallback) node_changed, - object); - ephy_node_signal_connect_object (node, EPHY_NODE_DESTROY, - (EphyNodeCallback) node_destroyed, - object); } static EphyTab * |