Sat, 02 Dec 2000 20:02:59 +0000
[gaim-migrate @ 1200]
this is not a drill
| src/dialogs.c | file | annotate | diff | comparison | revisions |
--- 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; }