comparison plugins/msn/msn.c @ 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
comparison
equal deleted inserted replaced
1630:862a2acf2bcc 1631:7f44a3f3a928
72 char protocol[6]; 72 char protocol[6];
73 char *friendly; 73 char *friendly;
74 gchar *policy; 74 gchar *policy;
75 int inpa; 75 int inpa;
76 int status; 76 int status;
77 int away;
77 time_t last_trid; 78 time_t last_trid;
78 }; 79 };
79 80
80 struct msn_conn { 81 struct msn_conn {
81 gchar *user; 82 gchar *user;
1080 if (uc == UC_UNAVAILABLE) 1081 if (uc == UC_UNAVAILABLE)
1081 return msn_away_xpm; 1082 return msn_away_xpm;
1082 else if (uc == UC_NORMAL) 1083 else if (uc == UC_NORMAL)
1083 return msn_online_xpm; 1084 return msn_online_xpm;
1084 1085
1085 return msn_online_xpm; 1086 return msn_away_xpm;
1086 } 1087 }
1087 1088
1088 static struct prpl *my_protocol = NULL; 1089 static struct prpl *my_protocol = NULL;
1089 1090
1090 void msn_init(struct prpl *ret) 1091 void msn_init(struct prpl *ret)