aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-09-23 18:18:24 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-09-23 18:18:24 +0200
commit5e202b09f2cd9faff5f316ae6804facb5342eace (patch)
treed2531aa515457d66b303cbcb94ea5d7243fcb041 /protocols/nogaim.c
parentd8e04849607d4a5ca590752dce37954f12179580 (diff)
Implemented a list of away states, using this for a better set_away(), and
got rid of the double <presence> tag sent because of presence_announce().
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index ec87ccd5..36461b32 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -1018,8 +1018,6 @@ int bim_set_away( struct gaim_connection *gc, char *away )
gc->acc->prpl->set_away( gc, GAIM_AWAY_CUSTOM, away );
}
- g_list_free( ms );
-
return( 1 );
}