Mercurial > pidgin.yaz
diff src/prpl.c @ 1457:c6f9d0cdaa00
[gaim-migrate @ 1467]
all of toc in one file; rewritten file transfer. no get file yet; just send file. but why would you want to send files to people anyway? ;)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 01 Feb 2001 11:29:15 +0000 |
parents | 336fc98b7f90 |
children | 5efd3988e5d3 |
line wrap: on
line diff
--- a/src/prpl.c Thu Feb 01 08:37:16 2001 +0000 +++ b/src/prpl.c Thu Feb 01 11:29:15 2001 +0000 @@ -138,7 +138,6 @@ gtk_container_add(GTK_CONTAINER(window), vbox); label = gtk_label_new(text); - gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0); hbox = gtk_hbox_new(FALSE, 5);