qulogic/pidgin

Parents 9506fb3fe6a2
Children bc7b43e17b3a
Clean up a comment that read weird after removing some #if 0'd code
--- a/libpurple/conversationtypes.c Thu Dec 07 23:03:41 2017 -0600
+++ b/libpurple/conversationtypes.c Thu Dec 14 21:27:42 2017 -0600
@@ -1449,10 +1449,9 @@
int chat_id = purple_chat_conversation_get_id(chat);
/*
- * Instead of all of that, lets just close the window when
- * the user tells us to, and let the protocol deal with the
- * internals on it's own time. Don't do this if the protocol already
- * knows it left the chat.
+ * Close the window when the user tells us to, and let the protocol
+ * deal with the internals on it's own time. Don't do this if the
+ * protocol already knows it left the chat.
*/
if (!purple_chat_conversation_has_left(chat))
purple_serv_chat_leave(gc, chat_id);