Mercurial > pidgin
comparison src/dialogs.c @ 1230:5395053cdee1
[gaim-migrate @ 1240]
ok. it works.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 11 Dec 2000 08:11:06 +0000 |
| parents | 229bf438c591 |
| children | 728a90516211 |
comparison
equal
deleted
inserted
replaced
| 1229:229bf438c591 | 1230:5395053cdee1 |
|---|---|
| 1103 } | 1103 } |
| 1104 | 1104 |
| 1105 gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu); | 1105 gtk_option_menu_set_menu(GTK_OPTION_MENU(optmenu), menu); |
| 1106 gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), | 1106 gtk_option_menu_set_history(GTK_OPTION_MENU(optmenu), |
| 1107 g_list_index(aim_users, ((struct gaim_connection *)connections->data)->user)); | 1107 g_list_index(aim_users, ((struct gaim_connection *)connections->data)->user)); |
| 1108 b->user = ((struct gaim_connection *)connections->data)->user; | |
| 1108 | 1109 |
| 1109 b->menu = optmenu; | 1110 b->menu = optmenu; |
| 1110 } | 1111 } |
| 1111 | 1112 |
| 1112 | 1113 |
