src/protocols/msn/msn.c

changeset 3175
2315ef9dc48c
parent 3171
51b439b09c0a
child 3195
e37334719acd
--- a/src/protocols/msn/msn.c	Fri Apr 26 00:59:30 2002 +0000
+++ b/src/protocols/msn/msn.c	Fri Apr 26 01:33:35 2002 +0000
@@ -13,6 +13,7 @@
 
 #include "pixmaps/msn_online.xpm"
 #include "pixmaps/msn_away.xpm"
+#include "pixmaps/msn_occ.xpm"
 
 /* MSN Smiley Faces */
 #include "pixmaps/protocols/msn/msn_angry.xpm"
@@ -1892,7 +1893,12 @@
 {
 	if (uc == 0)
 		return msn_online_xpm;
-
+	
+	uc >>= 1;
+	
+	if (uc == 2 || uc == 6)
+		return msn_occ_xpm;
+	
 	return msn_away_xpm;
 }
 

mercurial