libpurple/protocols/jabber/jabber.h

branch
soc.2013.gobjectification
changeset 34640
71bf359300e1
parent 34570
ac513e5901eb
parent 34227
6d016a081401
child 34703
caf380128870
--- a/libpurple/protocols/jabber/jabber.h	Mon Jun 24 01:38:51 2013 +0530
+++ b/libpurple/protocols/jabber/jabber.h	Mon Jun 24 11:28:57 2013 +0530
@@ -265,10 +265,10 @@
 	PurpleBOSHConnection *bosh;
 
 	/**
-	 * This linked list contains PurpleUtilFetchUrlData structs
+	 * This linked list contains PurpleHttpConnection structs
 	 * for when we lookup buddy icons from a url
 	 */
-	GSList *url_datas;
+	GSList *http_conns;
 
 	/* keep a hash table of JingleSessions */
 	GHashTable *sessions;

mercurial