--- a/plugins/msn/msn.c Thu Mar 22 20:04:12 2001 +0000 +++ b/plugins/msn/msn.c Thu Mar 22 20:55:18 2001 +0000 @@ -74,6 +74,7 @@ gchar *policy; int inpa; int status; + int away; time_t last_trid; }; @@ -1082,7 +1083,7 @@ else if (uc == UC_NORMAL) return msn_online_xpm; - return msn_online_xpm; + return msn_away_xpm; } static struct prpl *my_protocol = NULL;