Mercurial > pidgin.yaz
diff src/dialogs.c @ 1224:0bbe3aaa6a3e
[gaim-migrate @ 1234]
all the pretty chicks with the crimson lips say "decklin rocks!" "decklin rocks!"
sorry, i got the drew carrey theme song stuck in my head.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 09 Dec 2000 02:00:38 +0000 |
parents | 64d67198c458 |
children | 9c6dc2b2ad61 |
line wrap: on
line diff
--- a/src/dialogs.c Sat Dec 09 00:09:19 2000 +0000 +++ b/src/dialogs.c Sat Dec 09 02:00:38 2000 +0000 @@ -3123,11 +3123,11 @@ gtk_widget_show(tbox); frame = gtk_frame_new(_("New away message")); - gtk_container_set_border_width(GTK_CONTAINER(frame), 0); gtk_box_pack_start(GTK_BOX(tbox), frame, TRUE, TRUE, 0); gtk_widget_show(frame); fbox = gtk_vbox_new(FALSE, 5); + gtk_container_set_border_width(GTK_CONTAINER(fbox), 5); gtk_container_add(GTK_CONTAINER(frame), fbox); gtk_widget_show(fbox);