im.pidgin.pidgin: c7c88ffd833bca4ab16f164907b32ea5dff2ae6a
seanegan at pidgin.im
seanegan at pidgin.im
Thu Oct 25 15:15:50 EDT 2007
-----------------------------------------------------------------
Revision: c7c88ffd833bca4ab16f164907b32ea5dff2ae6a
Ancestor: 7793ae5b4dd75b3c2f62c2502dbd08c76dbe7b1c
Author: seanegan at pidgin.im
Date: 2007-10-25T18:51:39
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/bonjour/jabber.c
ChangeLog:
don't assume </stream:stream> means the conversation window is closed. Fixes #3690
-------------- next part --------------
============================================================
--- libpurple/protocols/bonjour/jabber.c 2fc323fdb93593509842bb2e199726742389f0b7
+++ libpurple/protocols/bonjour/jabber.c f343e124cf29e4073fa948c19df7b9fdc26a4df7
@@ -375,12 +375,14 @@ void bonjour_jabber_stream_ended(PurpleB
/* Inform the user that the conversation has been closed */
if (bb->conversation != NULL) {
+#if 0
conv = purple_find_conversation_with_account(PURPLE_CONV_TYPE_IM, pb->name, pb->account);
if (conv != NULL) {
char *tmp = g_strdup_printf(_("%s has closed the conversation."), pb->name);
purple_conversation_write(conv, NULL, tmp, PURPLE_MESSAGE_SYSTEM, time(NULL));
g_free(tmp);
}
+#endif
/* Close the socket, clear the watcher and free memory */
bonjour_jabber_close_conversation(bb->conversation);
bb->conversation = NULL;
More information about the Commits
mailing list