GNOME Bugzilla – Bug 331310
Crash at startup due to missing signal handlers
Last modified: 2007-01-24 18:25:24 UTC
On startup I get lots of warnings of this kind (gwget:17265): libglade-WARNING **: could not find signal handler 'on_main_window_delete_event'. (gwget:17265): libglade-WARNING **: could not find signal handler 'on_file_menuitem_activate'. (gwget:17265): libglade-WARNING **: could not find signal handler 'on_boton_pref_clicked'. (gwget:17265): libglade-WARNING **: could not find signal handler 'on_view_toolbar_activate'. (gwget:17265): libglade-WARNING **: could not find signal handler 'on_remove_download_activate'. (gwget:17265): libglade-WARNING **: could not find signal handler 'on_popup_pause_button_clicked'. ... Afterwards gwget crashes.
Created attachment 59420 [details] [review] Crash fix This patch adds gmodule to the list of modules to check for and link against. This fixes the aforementioned crash. See totem bug 316596 for more info.
Patch committed to cvs. Thanks Jens!
*** Bug 343263 has been marked as a duplicate of this bug. ***
*** Bug 343311 has been marked as a duplicate of this bug. ***
*** Bug 343157 has been marked as a duplicate of this bug. ***
*** Bug 349609 has been marked as a duplicate of this bug. ***
*** Bug 355248 has been marked as a duplicate of this bug. ***
*** Bug 332770 has been marked as a duplicate of this bug. ***