From 1cd057fbc1422e10b4b489718dc1f76e8da847c9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 14 Mar 2005 17:58:44 +0000 Subject: Fix signal handler disconnection; bug #170353. 2005-03-14 Christian Persch * src/ephy-tabs-menu.c: (tab_removed_cb): Fix signal handler disconnection; bug #170353. --- src/ephy-tabs-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-tabs-menu.c b/src/ephy-tabs-menu.c index 4208ed478..d28bb9a56 100644 --- a/src/ephy-tabs-menu.c +++ b/src/ephy-tabs-menu.c @@ -191,7 +191,7 @@ tab_removed_cb (EphyNotebook *notebook, (tab, G_CALLBACK (sync_tab_title), action); g_signal_handlers_disconnect_by_func - (action, G_CALLBACK (tab_action_activate_cb), tab); + (action, G_CALLBACK (tab_action_activate_cb), menu); g_object_set_data (G_OBJECT (tab), DATA_KEY, NULL); gtk_action_group_remove_action (priv->action_group, action); -- cgit v1.2.3