Mercurial > pidgin
comparison src/dialogs.c @ 1189:3fba730602be
[gaim-migrate @ 1199]
this is a test.
a test.
this is a test.
a test.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 02 Dec 2000 20:00:44 +0000 |
| parents | c00fc3adfd66 |
| children | c3ebd5932e32 |
comparison
equal
deleted
inserted
replaced
| 1188:004d472be8a3 | 1189:3fba730602be |
|---|---|
| 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), 0); | 1561 gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), |
| 1562 g_list_index(aim_users, ((struct gaim_connection *)connections->data)->user)); | |
| 1562 | 1563 |
| 1563 pwd->gc = (struct gaim_connection *)connections->data; | 1564 pwd->gc = (struct gaim_connection *)connections->data; |
| 1564 } | 1565 } |
| 1565 | 1566 |
| 1566 void show_change_passwd() | 1567 void show_change_passwd() |
| 1708 gtk_widget_show(opt); | 1709 gtk_widget_show(opt); |
| 1709 u = u->next; | 1710 u = u->next; |
| 1710 } | 1711 } |
| 1711 | 1712 |
| 1712 gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu); | 1713 gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu); |
| 1713 gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), 0); | 1714 gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), |
| 1715 g_list_index(aim_users, ((struct gaim_connection *)connections->data)->user)); | |
| 1714 | 1716 |
| 1715 b->menu = optmenu; | 1717 b->menu = optmenu; |
| 1716 } | 1718 } |
| 1717 | 1719 |
| 1718 void show_set_info() | 1720 void show_set_info() |
| 1754 gtk_text_set_word_wrap(GTK_TEXT(b->text), TRUE); | 1756 gtk_text_set_word_wrap(GTK_TEXT(b->text), TRUE); |
| 1755 gtk_text_set_editable(GTK_TEXT(b->text), TRUE); | 1757 gtk_text_set_editable(GTK_TEXT(b->text), TRUE); |
| 1756 gtk_widget_set_usize(b->text, 300, 200); | 1758 gtk_widget_set_usize(b->text, 300, 200); |
| 1757 if (aim_users) { | 1759 if (aim_users) { |
| 1758 gtk_text_insert(GTK_TEXT(b->text), NULL, NULL, NULL, | 1760 gtk_text_insert(GTK_TEXT(b->text), NULL, NULL, NULL, |
| 1759 ((struct aim_user *)aim_users->data)->user_info, -1); | 1761 ((struct gaim_connection *)connections->data)->user->user_info, -1); |
| 1760 b->user = (struct aim_user *)aim_users->data; | 1762 b->user = ((struct gaim_connection *)connections->data)->user; |
| 1761 } | 1763 } |
| 1762 | 1764 |
| 1763 gtk_widget_show(b->text); | 1765 gtk_widget_show(b->text); |
| 1764 | 1766 |
| 1765 gtk_box_pack_start(GTK_BOX(vbox), b->text, TRUE, TRUE, 0); | 1767 gtk_box_pack_start(GTK_BOX(vbox), b->text, TRUE, TRUE, 0); |
