src/dialogs.c

changeset 1190
9246be6630b4
parent 1189
3b6926a20f9d
child 1191
073d1f197255
equal deleted inserted replaced
1189:3b6926a20f9d 1190:9246be6630b4
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()

mercurial