changeset 149:0594a81d967d

back to 64 pixel icon for wassr. 128 pixel ones are usually better, but sometimes would be smaller image with broad white border so that resulting image would be extremely small.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 24 Jul 2008 21:07:11 +0900
parents 4e9d0fd93fb6
children f2748067a8c2
files pidgin-twitter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.c	Thu Jul 24 21:00:34 2008 +0900
+++ b/pidgin-twitter.c	Thu Jul 24 21:07:11 2008 +0900
@@ -2027,7 +2027,7 @@
 
         break;
     case wassr_service:
-        url = g_strdup_printf("http://wassr.jp/user/%s/profile_img.png.128",
+        url = g_strdup_printf("http://wassr.jp/user/%s/profile_img.png.64",
                               user_name);
         break;
     case identica_service: