Mercurial > pidgin
diff src/gtkpounce.c @ 5866:d6b5cab288bb
[gaim-migrate @ 6297]
Pounces are now imported and saved to disk. However, they are not yet
loaded. I'll get to that tomorrow (later today? awwww!)
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 14 Jun 2003 11:55:15 +0000 |
| parents | 417b1001d2b1 |
| children | 059d95c67cda |
line wrap: on
line diff
--- a/src/gtkpounce.c Sat Jun 14 11:18:08 2003 +0000 +++ b/src/gtkpounce.c Sat Jun 14 11:55:15 2003 +0000 @@ -831,7 +831,7 @@ const char *buddy; GList *bp; - for (bp = gaim_get_pounces(); bp != NULL; bp = bp->next) { + for (bp = gaim_pounces_get_all(); bp != NULL; bp = bp->next) { pounce = (GaimPounce *)bp->data; buddy = gaim_pounce_get_pouncee(pounce);
