forked from AuroraMiddleware/gtk
Fix typo (GTK_ENABLE_DEBUG vs. G_ENABLE_DEBUG).
https://bugzilla.gnome.org/show_bug.cgi?id=726858
This commit is contained in:
parent
d669926130
commit
451692d432
@ -946,7 +946,7 @@ start_element (GMarkupParseContext *context,
|
||||
{
|
||||
ParserData *data = (ParserData*)user_data;
|
||||
|
||||
#ifdef GTK_ENABLE_DEBUG
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
if (gtk_get_debug_flags () & GTK_DEBUG_BUILDER)
|
||||
{
|
||||
GString *tags = g_string_new ("");
|
||||
|
Loading…
Reference in New Issue
Block a user