comparison 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
comparison
equal deleted inserted replaced
1456:6650776468b3 1457:c6f9d0cdaa00
136 vbox = gtk_vbox_new(FALSE, 5); 136 vbox = gtk_vbox_new(FALSE, 5);
137 gtk_container_set_border_width(GTK_CONTAINER(vbox), 5); 137 gtk_container_set_border_width(GTK_CONTAINER(vbox), 5);
138 gtk_container_add(GTK_CONTAINER(window), vbox); 138 gtk_container_add(GTK_CONTAINER(window), vbox);
139 139
140 label = gtk_label_new(text); 140 label = gtk_label_new(text);
141 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
142 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0); 141 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0);
143 142
144 hbox = gtk_hbox_new(FALSE, 5); 143 hbox = gtk_hbox_new(FALSE, 5);
145 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); 144 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
146 145