# HG changeset patch # User Rob Flynn # Date 985294518 0 # Node ID 7f44a3f3a9288000125931c6add152dfb3b957f0 # Parent 862a2acf2bccbf0e46d90886ed8179074097baa1 [gaim-migrate @ 1641] I guess I should make the Icons show up properly,hehe committer: Tailor Script diff -r 862a2acf2bcc -r 7f44a3f3a928 plugins/msn/msn.c --- 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;