--- 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);
}