comparison src/prefs.c @ 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 9da444224f0e
children 677e2c9e8baf
comparison
equal deleted inserted replaced
1255:992a246595d2 1256:b2f63d1a989b
1962 s = g_strdup_vprintf(fmt, ap); 1962 s = g_strdup_vprintf(fmt, ap);
1963 va_end(ap); 1963 va_end(ap);
1964 1964
1965 gtk_text_insert(GTK_TEXT(dw->entry), NULL, NULL, NULL, s, -1); 1965 gtk_text_insert(GTK_TEXT(dw->entry), NULL, NULL, NULL, s, -1);
1966 #ifdef DEBUG 1966 #ifdef DEBUG
1967 printf("%s", chars); 1967 printf("%s", s);
1968 #endif 1968 #endif
1969 g_free(s); 1969 g_free(s);
1970 } 1970 }
1971 } 1971 }
1972 1972