diff console/libgnt/gntbox.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 c4a32405af68
children 62bb53609a36
line wrap: on
line diff
--- a/console/libgnt/gntbox.c	Sun Sep 03 21:22:14 2006 +0000
+++ b/console/libgnt/gntbox.c	Sun Sep 03 21:42:52 2006 +0000
@@ -68,7 +68,7 @@
 		g_free(title);
 	}
 	
-	DEBUG;
+	GNTDEBUG;
 }
 
 static void
@@ -215,7 +215,7 @@
 		gnt_widget_size_request(widget);
 		find_focusable_widget(GNT_BOX(widget));
 	}
-	DEBUG;
+	GNTDEBUG;
 }
 
 /* Ensures that the current widget can take focus */
@@ -498,7 +498,7 @@
 	parent_class->confirm_size = gnt_box_confirm_size;
 	parent_class->size_changed = gnt_box_size_changed;
 
-	DEBUG;
+	GNTDEBUG;
 }
 
 static void
@@ -507,7 +507,7 @@
 	/* Initially make both the height and width resizable.
 	 * Update the flags as necessary when widgets are added to it. */
 	GNT_WIDGET_SET_FLAGS(GNT_WIDGET(instance), GNT_WIDGET_GROW_X | GNT_WIDGET_GROW_Y);
-	DEBUG;
+	GNTDEBUG;
 }
 
 /******************************************************************************