comparison src/protocols/napster/napster.c @ 6695:0c5637b5462e

[gaim-migrate @ 7221] This is contact support. Really. It has a few bugs left in it, like sorting not working, and stuff like that, but it's pretty solid for the most part. I'm not in the mood to do a whole lot of typing, so just use and enjoy. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:41:10 +0000
parents a4622f1fb5a1
children faa491042c66
comparison
equal deleted inserted replaced
6694:2d2f04c5c7d2 6695:0c5637b5462e
509 509
510 g_free(ndata->email); 510 g_free(ndata->email);
511 g_free(ndata); 511 g_free(ndata);
512 } 512 }
513 513
514 static const char* nap_list_icon(GaimAccount *a, struct buddy *b) 514 static const char* nap_list_icon(GaimAccount *a, GaimBuddy *b)
515 { 515 {
516 return "napster"; 516 return "napster";
517 } 517 }
518 518
519 static void nap_list_emblems(struct buddy *b, char **se, char **sw, char **nw, char **ne) 519 static void nap_list_emblems(GaimBuddy *b, char **se, char **sw, char **nw, char **ne)
520 { 520 {
521 if (b->present == GAIM_BUDDY_OFFLINE) 521 if (b->present == GAIM_BUDDY_OFFLINE)
522 *se = "offline"; 522 *se = "offline";
523 } 523 }
524 524