diff console/libgnt/gntlabel.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 cfd5bcc06a7e
children bfcdd361357e
line wrap: on
line diff
--- a/console/libgnt/gntlabel.c	Sun Sep 03 21:22:14 2006 +0000
+++ b/console/libgnt/gntlabel.c	Sun Sep 03 21:42:52 2006 +0000
@@ -27,7 +27,7 @@
 	wbkgdset(widget->window, '\0' | flag);
 	mvwprintw(widget->window, 0, 0, label->text);
 
-	DEBUG;
+	GNTDEBUG;
 }
 
 static void
@@ -48,7 +48,7 @@
 	parent_class->map = NULL;
 	parent_class->size_request = gnt_label_size_request;
 
-	DEBUG;
+	GNTDEBUG;
 }
 
 static void
@@ -58,7 +58,7 @@
 	GNT_WIDGET_SET_FLAGS(widget, GNT_WIDGET_GROW_X);
 	widget->priv.minw = 3;
 	widget->priv.minh = 1;
-	DEBUG;
+	GNTDEBUG;
 }
 
 /******************************************************************************