summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r--gtk/gtktreestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c
index 7047dfb861..eb5a0cc8ba 100644
--- a/gtk/gtktreestore.c
+++ b/gtk/gtktreestore.c
@@ -143,7 +143,7 @@ static void gtk_tree_store_move (GtkTreeStore *
static inline void
validate_tree (GtkTreeStore *tree_store)
{
- if (gtk_debug_flags & GTK_DEBUG_TREE)
+ if (gtk_get_debug_flags () & GTK_DEBUG_TREE)
{
g_assert (G_NODE (tree_store->root)->parent == NULL);