comparison src/dialogs.c @ 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
comparison
equal deleted inserted replaced
1189:3fba730602be 1190:c3ebd5932e32
1556 gtk_widget_show(opt); 1556 gtk_widget_show(opt);
1557 c = c->next; 1557 c = c->next;
1558 } 1558 }
1559 1559
1560 gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu); 1560 gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu);
1561 gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), 1561 gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), 0);
1562 g_list_index(aim_users, ((struct gaim_connection *)connections->data)->user));
1563 1562
1564 pwd->gc = (struct gaim_connection *)connections->data; 1563 pwd->gc = (struct gaim_connection *)connections->data;
1565 } 1564 }
1566 1565
1567 void show_change_passwd() 1566 void show_change_passwd()