comparison src/protocols/yahoo/yahoo.c @ 7631:ea2d07ad05a9

[gaim-migrate @ 8255] long car rides and a power inverter can generate some interesting code tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 25 Nov 2003 07:16:11 +0000
parents ebf1f580d6a9
children 580bd39219a2
comparison
equal deleted inserted replaced
7630:2df4d470c12a 7631:ea2d07ad05a9
2105 } 2105 }
2106 return NULL; 2106 return NULL;
2107 default: 2107 default:
2108 return g_strdup(yahoo_get_status_string(f->status)); 2108 return g_strdup(yahoo_get_status_string(f->status));
2109 } 2109 }
2110
2111 return NULL;
2112 } 2110 }
2113 2111
2114 static char *yahoo_tooltip_text(GaimBuddy *b) 2112 static char *yahoo_tooltip_text(GaimBuddy *b)
2115 { 2113 {
2116 struct yahoo_data *yd = (struct yahoo_data*)b->account->gc->proto_data; 2114 struct yahoo_data *yd = (struct yahoo_data*)b->account->gc->proto_data;