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 726858 - [PATCH] GTK_ENABLE_DEBUG should be G_ENABLE_DEBUG
[PATCH] GTK_ENABLE_DEBUG should be G_ENABLE_DEBUG
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkBuilder
3.10.x
Other All
: Normal trivial
: ---
Assigned To: GtkBuilder maintainers
GtkBuilder maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-22 02:34 UTC by John Lindgren
Modified: 2014-03-22 02:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix typo (726 bytes, patch)
2014-03-22 02:34 UTC, John Lindgren
committed Details | Review

Description John Lindgren 2014-03-22 02:34:39 UTC
Created attachment 272610 [details] [review]
Fix typo

As noted way back in 2007 [1], gtkbuilderparser.c has a block of debug code that is guarded by #ifdef GTK_ENABLE_DEBUG, which is a typo for G_ENABLE_DEBUG.  Hence GtkBuilder's debug output does not include the beginning of XML elements.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=172535#c114