comparison src/protocols/yahoo/yahoo.c @ 4731:6f0ecc21db46

[gaim-migrate @ 5044] no one saw this, right? :-P committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 13 Mar 2003 00:10:56 +0000
parents 9d3b7b106def
children c15e0699acae
comparison
equal deleted inserted replaced
4730:9d3b7b106def 4731:6f0ecc21db46
1081 1081
1082 static char *yahoo_tooltip_text(struct buddy *b) 1082 static char *yahoo_tooltip_text(struct buddy *b)
1083 { 1083 {
1084 struct yahoo_data *yd = (struct yahoo_data*)b->account->gc->proto_data; 1084 struct yahoo_data *yd = (struct yahoo_data*)b->account->gc->proto_data;
1085 if (b->uc & UC_UNAVAILABLE) { 1085 if (b->uc & UC_UNAVAILABLE) {
1086 if ((b->uc >> 2) != YAHOO_STATUS_CUSTOM) 1086 if ((b->uc >> 2) != YAHOO_STATUS_CUSTOM)
1087 return g_strdup(yahoo_get_status_string(b->uc >> 2)); 1087 return g_strdup(yahoo_get_status_string(b->uc >> 2));
1088 else 1088 else
1089 return g_strdup(g_hash_table_lookup(yd->hash, b->name)); 1089 return g_strdup(g_hash_table_lookup(yd->hash, b->name));
1090 <<<<<<< yahoo.c 1090 }
1091 }
1092 return NULL; 1091 return NULL;
1093 } 1092 }
1094 1093
1095 =======
1096 }
1097 return NULL;
1098 }
1099
1100 >>>>>>> 1.76
1101 static GList *yahoo_buddy_menu(struct gaim_connection *gc, char *who) 1094 static GList *yahoo_buddy_menu(struct gaim_connection *gc, char *who)
1102 { 1095 {
1103 GList *m = NULL; 1096 GList *m = NULL;
1104 struct proto_buddy_menu *pbm; 1097 struct proto_buddy_menu *pbm;
1105 struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; 1098 struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data;