Fix typo (GTK_ENABLE_DEBUG vs. G_ENABLE_DEBUG).

https://bugzilla.gnome.org/show_bug.cgi?id=726858
This commit is contained in:
John Lindgren 2014-03-21 22:34:13 -04:00 committed by Matthias Clasen
parent d669926130
commit 451692d432

View File

@ -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 ("");