Mercurial > pidgin
diff src/multi.c @ 969:eb5a82d64ce5
[gaim-migrate @ 979]
should save protocol when modifying account
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 10 Oct 2000 20:23:45 +0000 |
| parents | 10d8133ffab9 |
| children | e5eac6b236f1 |
line wrap: on
line diff
--- a/src/multi.c Tue Oct 10 20:16:03 2000 +0000 +++ b/src/multi.c Tue Oct 10 20:23:45 2000 +0000 @@ -300,6 +300,7 @@ gtk_widget_show(opt); gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu); + u->tmp_protocol = u->protocol; if (u) { gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), u->protocol); } else {
