Mercurial > pidgin.yaz
changeset 4637:bf89c7598989
[gaim-migrate @ 4945]
gtk is weird
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 02 Mar 2003 22:55:26 +0000 |
parents | f4a707dda673 |
children | b58c08b7cbe4 |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Sun Mar 02 21:32:50 2003 +0000 +++ b/src/dialogs.c Sun Mar 02 22:55:26 2003 +0000 @@ -1490,7 +1490,7 @@ g_signal_connect(GTK_OBJECT(pwin), "destroy", G_CALLBACK(destroy_privacy), NULL); gtk_widget_realize(pwin); - gtk_widget_set_size_request(pwin, 0, 400); + gtk_widget_set_size_request(pwin, -1, 400); box = gtk_vbox_new(FALSE, 5); gtk_container_set_border_width(GTK_CONTAINER(box), 5);