GNOME Bugzilla – Bug 170353
typo in ephy-tabs-menu.c
Last modified: 2005-03-14 17:59:36 UTC
I think I have spotted a typo while looking at the ephy-tabs-menu.c code: in tab_added_cb: g_signal_connect (action, "activate", G_CALLBACK (tab_action_activate_cb), menu); in tab_removed_cb: g_signal_handlers_disconnect_by_func (action, G_CALLBACK (tab_action_activate_cb), tab); AFAIK when disconnecting the callback the data argument should match.
You're right, thanks for noticing! Fixed in cvs on gnome-2-10 and HEAD.