Mercurial > pidgin
diff src/gtkaccount.c @ 9662:cedb8474b255
[gaim-migrate @ 10510]
Joe Shaw took the initiative to fix his own bug. fix verified by rizzo.
thanks to both
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 04 Aug 2004 02:57:45 +0000 |
| parents | d5055337c9d9 |
| children | 267eab8f3fa4 |
line wrap: on
line diff
--- a/src/gtkaccount.c Wed Aug 04 02:51:59 2004 +0000 +++ b/src/gtkaccount.c Wed Aug 04 02:57:45 2004 +0000 @@ -1222,7 +1222,7 @@ dialog->new_proxy_type = type; #if GTK_CHECK_VERSION(2,4,0) gtk_combo_box_set_active(GTK_COMBO_BOX(dialog->proxy_dropdown), - type - 1); + type + 1); #else gtk_option_menu_set_history(GTK_OPTION_MENU(dialog->proxy_dropdown), (int)type + 1);
