Mercurial > pidgin.yaz
changeset 2529:44b56faccb22
[gaim-migrate @ 2542]
Drugs are bad, mmmkay.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 18 Oct 2001 00:29:05 +0000 |
parents | 7e6ba3250b04 |
children | f909dc7dbb43 |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Thu Oct 18 00:24:17 2001 +0000 +++ b/src/dialogs.c Thu Oct 18 00:29:05 2001 +0000 @@ -897,7 +897,7 @@ gtk_box_pack_start(GTK_BOX(mainbox), frame, TRUE, TRUE, 0); gtk_widget_show(frame); - table = gtk_table_new(3, 3, FALSE); + table = gtk_table_new(4, 2, FALSE); gtk_table_set_row_spacings(GTK_TABLE(table), 5); gtk_table_set_col_spacings(GTK_TABLE(table), 5); gtk_container_set_border_width(GTK_CONTAINER(table), 5);