changeset 151:8ba0c0593621

img_type for wassr is always png. it should be set in request_icon().
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Thu, 24 Jul 2008 21:49:20 +0900
parents f2748067a8c2
children 588da540685a
files pidgin-twitter.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.c	Thu Jul 24 21:41:03 2008 +0900
+++ b/pidgin-twitter.c	Thu Jul 24 21:49:20 2008 +0900
@@ -2029,6 +2029,7 @@
     case wassr_service:
         url = g_strdup_printf("http://wassr.jp/user/%s/profile_img.png.64",
                               user_name);
+        data->img_type = "png";
         break;
     case identica_service:
         url = g_strdup_printf("http://identi.ca/%s", user_name);