Mercurial > pidgin
changeset 4680:2c380754eb67
[gaim-migrate @ 4991]
This printf was causing gaim to crash on Solaris, and we don't need it
anyway.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 09 Mar 2003 03:24:34 +0000 |
parents | 5b372a95b9a8 |
children | efa194b5caaf |
files | src/gtkft.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkft.c Sat Mar 08 19:07:50 2003 +0000 +++ b/src/gtkft.c Sun Mar 09 03:24:34 2003 +0000 @@ -510,7 +510,6 @@ GtkWidget *label; char buf[256]; - printf("Adding %s\n", labels[i].desc); g_snprintf(buf, sizeof(buf), "<b>%s</b>", labels[i].desc); *labels[i].desc_label = label = gtk_label_new(NULL);