comparison 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
comparison
equal deleted inserted replaced
5865:412c5a0f9ef1 5866:d6b5cab288bb
829 GdkPixbuf *pixbuf, *scale; 829 GdkPixbuf *pixbuf, *scale;
830 GaimPounce *pounce; 830 GaimPounce *pounce;
831 const char *buddy; 831 const char *buddy;
832 GList *bp; 832 GList *bp;
833 833
834 for (bp = gaim_get_pounces(); bp != NULL; bp = bp->next) { 834 for (bp = gaim_pounces_get_all(); bp != NULL; bp = bp->next) {
835 pounce = (GaimPounce *)bp->data; 835 pounce = (GaimPounce *)bp->data;
836 buddy = gaim_pounce_get_pouncee(pounce); 836 buddy = gaim_pounce_get_pouncee(pounce);
837 837
838 /* Build the menu item */ 838 /* Build the menu item */
839 item = gtk_image_menu_item_new_with_label(buddy); 839 item = gtk_image_menu_item_new_with_label(buddy);