changeset 1256:b2f63d1a989b

[gaim-migrate @ 1266] dont --enable-debug! hehe j/k committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 01:54:16 +0000
parents 992a246595d2
children 0f7b837d88d2
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Thu Dec 14 00:13:27 2000 +0000
+++ b/src/prefs.c	Thu Dec 14 01:54:16 2000 +0000
@@ -1964,7 +1964,7 @@
 
 		gtk_text_insert(GTK_TEXT(dw->entry), NULL, NULL, NULL, s, -1);
 #ifdef DEBUG
-		printf("%s", chars);
+		printf("%s", s);
 #endif
 		g_free(s);
 	}