diff pidgin-twitter.c @ 242:bd7478109727

in jisko, fall back to default icon when custom icon is not available.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 08 Oct 2008 19:48:13 +0900
parents 405f8b880142
children 80be57d8b6fa
line wrap: on
line diff
--- a/pidgin-twitter.c	Tue Oct 07 16:57:26 2008 +0900
+++ b/pidgin-twitter.c	Wed Oct 08 19:48:13 2008 +0900
@@ -2013,6 +2013,10 @@
             twitter_debug("fall back to twitter default icon\n");
             url = g_strdup(TWITTER_DEFAULT_ICON_URL);
         }
+        else if(service == jisko_service) {
+            twitter_debug("fall back to jisko default icon\n");
+            url = g_strdup(JISKO_DEFAULT_ICON_URL);
+        }
         else {
             twitter_debug("no image url found\n");
             if(data) {