comparison src/server.c @ 11581:9b3833da6840

[gaim-migrate @ 13851] goodbye GaimConvWindow. Still some problems with this patch: - Scarey warnings console with gaim -d when closing tab - I tried to seperate gtkconv and gtkconvwin, but failed, as a result it has its own header, but the code is in the same file, which is rather weird. Also some code got moved around for no good reason. Feel free to move it back or reorganize it. - I broke the gesters plugin, and just disabled it. Hopefully someone with more time will fix it, it shouldn't take long, but I didn't feel like bothering. - This list is incomplete. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 02 Oct 2005 00:32:49 +0000
parents 7fbf5e4e8f5f
children c4fde4165293
comparison
equal deleted inserted replaced
11580:24169af08585 11581:9b3833da6840
1039 if (!g_slist_find(gc->buddy_chats, conv)) 1039 if (!g_slist_find(gc->buddy_chats, conv))
1040 gc->buddy_chats = g_slist_append(gc->buddy_chats, conv); 1040 gc->buddy_chats = g_slist_append(gc->buddy_chats, conv);
1041 1041
1042 gaim_conv_chat_set_id(chat, id); 1042 gaim_conv_chat_set_id(chat, id);
1043 1043
1044 gaim_conv_window_show(gaim_conversation_get_window(conv));
1045 gaim_conv_window_switch_conversation(gaim_conversation_get_window(conv), conv);
1046 1044
1047 gaim_signal_emit(gaim_conversations_get_handle(), "chat-joined", conv); 1045 gaim_signal_emit(gaim_conversations_get_handle(), "chat-joined", conv);
1048 1046
1049 return conv; 1047 return conv;
1050 } 1048 }