pidgin/gtkdialogs.c

branch
sadrul.conv.persistent
changeset 19592
f9a9d682f603
parent 19539
5312820dcee2
child 19672
db452e488a5c
equal deleted inserted replaced
19591:a943e8e69c5f 19592:f9a9d682f603
763 conv = purple_find_conversation_with_account(PURPLE_CONV_TYPE_IM, username, account); 763 conv = purple_find_conversation_with_account(PURPLE_CONV_TYPE_IM, username, account);
764 764
765 if (conv == NULL) 765 if (conv == NULL)
766 conv = purple_conversation_new(PURPLE_CONV_TYPE_IM, account, username); 766 conv = purple_conversation_new(PURPLE_CONV_TYPE_IM, account, username);
767 767
768 pidgin_conv_attach_to_conversation(conv);
768 purple_conversation_present(conv); 769 purple_conversation_present(conv);
769 } 770 }
770 771
771 static gboolean 772 static gboolean
772 pidgin_dialogs_ee(const char *ee) 773 pidgin_dialogs_ee(const char *ee)

mercurial