changeset 1631:7f44a3f3a928

[gaim-migrate @ 1641] I guess I should make the Icons show up properly,hehe committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 22 Mar 2001 20:55:18 +0000
parents 862a2acf2bcc
children 1b2960a8a06d
files plugins/msn/msn.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;