GNOME Bugzilla – Bug 333211
Crash when using GTK+ CVS HEAD (due to new GtkNotebook)
Last modified: 2006-03-11 18:21:42 UTC
this is due to some signals that already exist in the GtkNotebook provided by GTK+. This is the output that i get on the console: (gedit:2916): GLib-GObject-WARNING **: gsignal.c:1249: signal "tab_added" already exists in the `GtkNotebook' class ancestry (gedit:2916): GLib-GObject-WARNING **: gsignal.c:1249: signal "tab_removed" already exists in the `GtkNotebook' class ancestry
Thanks for the bug report. We have not tested gedit with gtk+ CVS HEAD. This is due to the new functionalities added to GtkNotebook. I dunno if we can consider it API breakage.
Created attachment 60899 [details] Crahs of gnome-terminal This happens with gnome-terminal also. This MUST be considered API breakage. There are several apps that will break not to mention commercial apps which we have no control over to recompile.
I reclassified this in gtk+ bug 333888
The signals in gtk have been renamed to page-added/removed. closing.