Mercurial > pidgin
comparison src/server.c @ 10827:53e7884c549a
[gaim-migrate @ 12492]
this should fix some problems with contact aware conversations, while
possibly introducing new problems, and breaking some plugins.
Someone needs to just remove GaimConvWindows all together.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Fri, 15 Apr 2005 22:32:00 +0000 |
| parents | d83f745c997b |
| children | fa06fda62868 |
comparison
equal
deleted
inserted
replaced
| 10826:2a5fe8e67195 | 10827:53e7884c549a |
|---|---|
| 1092 gc->buddy_chats = g_slist_append(gc->buddy_chats, conv); | 1092 gc->buddy_chats = g_slist_append(gc->buddy_chats, conv); |
| 1093 | 1093 |
| 1094 gaim_conv_chat_set_id(chat, id); | 1094 gaim_conv_chat_set_id(chat, id); |
| 1095 | 1095 |
| 1096 gaim_conv_window_show(gaim_conversation_get_window(conv)); | 1096 gaim_conv_window_show(gaim_conversation_get_window(conv)); |
| 1097 gaim_conv_window_switch_conversation(gaim_conversation_get_window(conv), | 1097 gaim_conv_window_switch_conversation(gaim_conversation_get_window(conv), conv); |
| 1098 gaim_conversation_get_index(conv)); | |
| 1099 | 1098 |
| 1100 gaim_signal_emit(gaim_conversations_get_handle(), "chat-joined", conv); | 1099 gaim_signal_emit(gaim_conversations_get_handle(), "chat-joined", conv); |
| 1101 | 1100 |
| 1102 return conv; | 1101 return conv; |
| 1103 } | 1102 } |
