src/prefs.c

changeset 1269
e2c089b7756e
parent 1256
b5b9f67d1081
child 1296
5b08d01899e0
equal deleted inserted replaced
1268:aecccf1da509 1269:e2c089b7756e
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", s); 1967 g_print("%s", s);
1968 #endif 1968 #endif
1969 g_free(s); 1969 g_free(s);
1970 } 1970 }
1971 } 1971 }
1972 1972

mercurial