After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 170353 - typo in ephy-tabs-menu.c
typo in ephy-tabs-menu.c
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-03-14 17:37 UTC by Paolo Borelli
Modified: 2005-03-14 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Borelli 2005-03-14 17:37:23 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.
Comment 1 Christian Persch 2005-03-14 17:59:36 UTC
You're right, thanks for noticing! Fixed in cvs on gnome-2-10 and HEAD.