From 3663bb3ee9bc20d83642103f03a53831caee454d Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 13 May 2010 01:19:33 +0100 Subject: Restore query cleanup on IM disconnects. --- protocols/nogaim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 51679f88..241c9833 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -342,7 +342,7 @@ void imc_logout( struct im_connection *ic, int allow_reconnect ) l = next; } - //query_del_by_conn( ic->irc, ic ); + query_del_by_conn( (irc_t*) ic->bee->ui_data, ic ); for( a = bee->accounts; a; a = a->next ) if( a->ic == ic ) -- cgit v1.2.3