Mercurial > pidgin
changeset 18818:b28caf7dbe4a
Remove some more references to the icontimer - I'm assuming these need to be removed too.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 06 Aug 2007 15:17:20 +0000 |
parents | cc41918086bd |
children | 8007c107054b |
files | libpurple/protocols/oscar/oscar.c libpurple/protocols/oscar/oscar_data.c |
diffstat | 2 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)