diff console/libgnt/gnttree.c @ 14432:3ac156db9cb6

[gaim-migrate @ 17146] This will get rid of the compile warnings about redefining DEBUG. I thought about #undef-ing it first. But rekkanoryo suggested renaming to GNTDEBUG, which makes a lot more sense. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 03 Sep 2006 21:42:52 +0000
parents 4a901f5d1312
children 62bb53609a36
line wrap: on
line diff
--- a/console/libgnt/gnttree.c	Sun Sep 03 21:22:14 2006 +0000
+++ b/console/libgnt/gnttree.c	Sun Sep 03 21:42:52 2006 +0000
@@ -419,7 +419,7 @@
 
 	redraw_tree(tree);
 	
-	DEBUG;
+	GNTDEBUG;
 }
 
 static void
@@ -447,7 +447,7 @@
 	}
 	tree->top = tree->root;
 	tree->current = tree->root;
-	DEBUG;
+	GNTDEBUG;
 }
 
 static void
@@ -689,7 +689,7 @@
 					 g_cclosure_marshal_VOID__POINTER,
 					 G_TYPE_NONE, 1, G_TYPE_POINTER);
 
-	DEBUG;
+	GNTDEBUG;
 }
 
 static void
@@ -699,7 +699,7 @@
 	GNT_WIDGET_SET_FLAGS(widget, GNT_WIDGET_GROW_X | GNT_WIDGET_GROW_Y);
 	widget->priv.minw = 4;
 	widget->priv.minh = 4;
-	DEBUG;
+	GNTDEBUG;
 }
 
 /******************************************************************************