pidgin: dd677632: The PurpleConnection->inpa handle is now...

andrew.victor at mxit.com andrew.victor at mxit.com
Tue Oct 18 17:57:06 EDT 2011


----------------------------------------------------------------------
Revision: dd677632a6c070ac73a14724f614d7950b048aae
Parent:   d0a34f1afe4365aea21a704526a844620d6a7c84
Author:   andrew.victor at mxit.com
Date:     10/18/11 17:44:25
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/dd677632a6c070ac73a14724f614d7950b048aae

Changelog: 

The PurpleConnection->inpa handle is now stored (if needed) within each
protocol prpl's protocol_data.


Changes against parent d0a34f1afe4365aea21a704526a844620d6a7c84

  patched  libpurple/connection.h

-------------- next part --------------
============================================================
--- libpurple/connection.h	f2d585ea9d665938ed7054c2c58313054e9a2116
+++ libpurple/connection.h	7d28070255aadfd8e25213fdeb2a6fc63bd512a5
@@ -235,7 +235,6 @@ struct _PurpleConnection
 
 	PurpleAccount *account;        /**< The account being connected to.    */
 	char *password;              /**< The password used.                 */
-	int inpa_;                    /**< The input watcher.                 */
 
 	GSList *buddy_chats;         /**< A list of active chats
 	                                  (#PurpleConversation structs of type


More information about the Commits mailing list