Mercurial > pidgin
changeset 11029:7af7d234e1e0
[gaim-migrate @ 12908]
Fix the account dialog to only show proxy settings if a proxy is set
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 25 Jun 2005 19:38:56 +0000 |
parents | 5ee8a313f8e7 |
children | f1c384340261 |
files | src/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkaccount.c Sat Jun 25 18:18:24 2005 +0000 +++ b/src/gtkaccount.c Sat Jun 25 19:38:56 2005 +0000 @@ -1660,8 +1660,8 @@ /** Setup the bottom frames. */ add_protocol_options(dialog, dbox); + gtk_widget_show_all(GTK_WIDGET(notebook)); add_proxy_options(dialog, dbox); - gtk_widget_show_all(GTK_WIDGET(notebook)); /* Setup the button box */ bbox = gtk_hbutton_box_new();