Mercurial > pidgin.yaz
changeset 1190:c3ebd5932e32
[gaim-migrate @ 1200]
this is not a drill
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 02 Dec 2000 20:02:59 +0000 |
parents | 3fba730602be |
children | 4fd0d35826fe |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Sat Dec 02 20:00:44 2000 +0000 +++ b/src/dialogs.c Sat Dec 02 20:02:59 2000 +0000 @@ -1558,8 +1558,7 @@ } gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu); - gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), - g_list_index(aim_users, ((struct gaim_connection *)connections->data)->user)); + gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), 0); pwd->gc = (struct gaim_connection *)connections->data; }