diff pidgin-twitter.h @ 167:10516b7b05a9

- ceased use of purple_imgstore_* - fixed for some memory leakage.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 29 Jul 2008 19:20:20 +0900
parents ade632c88e33
children 56e3873e58a8
line wrap: on
line diff
--- a/pidgin-twitter.h	Tue Jul 29 14:49:12 2008 +0900
+++ b/pidgin-twitter.h	Tue Jul 29 19:20:20 2008 +0900
@@ -48,7 +48,7 @@
 
 /* container to hold icon data */
 typedef struct _icon_data {
-    gint icon_id;           /* image id */
+    GdkPixbuf *pixbuf;      /* icon pixmap */
     gboolean requested;     /* TRUE if download icon has been requested */
     GList *request_list;    /* marker list */
     PurpleUtilFetchUrlData *fetch_data; /* icon fetch data */