Mercurial > pidgin
changeset 1714:8987160e446b
[gaim-migrate @ 1724]
fixing rob's bugs ;)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 13 Apr 2001 23:20:48 +0000 |
parents | 14caa7df478c |
children | cf544a60f7ce |
files | src/buddy.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Fri Apr 13 23:18:02 2001 +0000 +++ b/src/buddy.c Fri Apr 13 23:20:48 2001 +0000 @@ -1523,6 +1523,11 @@ if (c == NULL) c = new_conversation(name); + c->gc = u->gc; + gtk_option_menu_set_history(GTK_OPTION_MENU(c->menu), + g_slist_index(connections, u->gc)); + update_buttons_by_protocol(c); + write_to_conv(c, b->message, WFLAG_SEND, NULL); serv_send_im(u->gc, name, b->message, 0); }