Remove some more references to the icontimer - I'm assuming these need to be removed too.

Mon, 06 Aug 2007 15:17:20 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 06 Aug 2007 15:17:20 +0000
changeset 19113
657dcb7ed539
parent 19112
7bbb24feef3d
child 19114
5b707fe77bcb

Remove some more references to the icontimer - I'm assuming these need to be removed too.

libpurple/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
libpurple/protocols/oscar/oscar_data.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/oscar/oscar.c	Mon Aug 06 13:55:42 2007 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Mon Aug 06 15:17:20 2007 +0000
@@ -3270,8 +3270,6 @@
 	aim_userinfo_t *userinfo;
 	FlapConnection *conn;
 
-	od->icontimer = 0;
-
 	conn = flap_connection_getbytype(od, SNAC_FAMILY_BART);
 	if (!conn) {
 		if (!od->iconconnecting) {
--- a/libpurple/protocols/oscar/oscar_data.c	Mon Aug 06 13:55:42 2007 +0000
+++ b/libpurple/protocols/oscar/oscar_data.c	Mon Aug 06 15:17:20 2007 +0000
@@ -95,8 +95,6 @@
 	g_free(od->email);
 	g_free(od->newp);
 	g_free(od->oldp);
-	if (od->icontimer > 0)
-		purple_timeout_remove(od->icontimer);
 	if (od->getblisttimer > 0)
 		purple_timeout_remove(od->getblisttimer);
 	if (od->getinfotimer > 0)

mercurial