Mercurial > pidgin
comparison src/protocols/toc/toc.c @ 9972:2c7c6bdb938b
[gaim-migrate @ 10883]
Some stuff
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 08 Sep 2004 02:47:13 +0000 |
| parents | 837dc736e84f |
| children | 8db453e87678 |
comparison
equal
deleted
inserted
replaced
| 9971:ab5db2c5da79 | 9972:2c7c6bdb938b |
|---|---|
| 1388 if (b && b->name && isdigit(b->name[0])) | 1388 if (b && b->name && isdigit(b->name[0])) |
| 1389 return "icq"; | 1389 return "icq"; |
| 1390 return "aim"; | 1390 return "aim"; |
| 1391 } | 1391 } |
| 1392 | 1392 |
| 1393 static void toc_list_emblems(GaimBuddy *b, char **se, char **sw, char **nw, char **ne) | 1393 static void toc_list_emblems(GaimBuddy *b, const char **se, const char **sw, const char **nw, const char **ne) |
| 1394 { | 1394 { |
| 1395 char *emblems[4] = {NULL,NULL,NULL,NULL}; | 1395 char *emblems[4] = {NULL,NULL,NULL,NULL}; |
| 1396 int i = 0; | 1396 int i = 0; |
| 1397 | 1397 |
| 1398 if (!GAIM_BUDDY_IS_ONLINE(b)) { | 1398 if (!GAIM_BUDDY_IS_ONLINE(b)) { |
