diff src/prefs.c @ 1269:677e2c9e8baf

[gaim-migrate @ 1279] got rid of printf's (changed to g_print or removed), and in irc.c, made it so we can be in a chat room, and don't do the buddy list right away committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 13:32:10 +0000
parents b2f63d1a989b
children 11e5b1220028
line wrap: on
line diff
--- a/src/prefs.c	Thu Dec 14 13:26:11 2000 +0000
+++ b/src/prefs.c	Thu Dec 14 13:32:10 2000 +0000
@@ -1964,7 +1964,7 @@
 
 		gtk_text_insert(GTK_TEXT(dw->entry), NULL, NULL, NULL, s, -1);
 #ifdef DEBUG
-		printf("%s", s);
+		g_print("%s", s);
 #endif
 		g_free(s);
 	}