GNOME Bugzilla – Bug 326610
Gnome-Nettool 1.4.1 Tool > Quit menu item does nothing
Last modified: 2006-01-28 18:26:05 UTC
Forwarded from: http://bugzilla.ubuntu.com/show_bug.cgi?id=21766 Dapper F#2 Live: Network Tools 1.4.1 "Tool > Quit" menu item doesn't ccause the program to exit (nothing happens.) The <Ctrl><Q> shortcut does not work either. Have to click the [X] box to exit the program
I can confirm this bug is also present in latest CVS version (2.13.x).
testuser@home:~$ (gnome-nettool:9757): libglade-WARNING **: could not find signal handler 'gn_quit_app'. [1]+ Done gnome-nettool testuser@home:~$
Created attachment 58266 [details] [review] connect the activate signal to gn_quit_app() callback This connects the activate signal to gn_quit_app() callback for the Quit menu item. It also removes the <signal> elements from there glade file, since there is no reason to have them there if you are connect the callback from the code.
Applied to CVS HEAD