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 333211 - Crash when using GTK+ CVS HEAD (due to new GtkNotebook)
Crash when using GTK+ CVS HEAD (due to new GtkNotebook)
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other Linux
: High critical
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-03 02:23 UTC by Diego González
Modified: 2006-03-11 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Crahs of gnome-terminal (1.51 KB, text/plain)
2006-03-08 11:07 UTC, Mitch
Details

Description Diego González 2006-03-03 02:23:12 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
Comment 1 Paolo Maggi 2006-03-03 09:04:23 UTC
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.
Comment 2 Mitch 2006-03-08 11:07:05 UTC
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.
Comment 3 Mitch 2006-03-08 12:55:58 UTC
I reclassified this in gtk+ bug 333888
Comment 4 Paolo Borelli 2006-03-11 18:21:42 UTC
The signals in gtk have been renamed to page-added/removed. closing.