diff icon.c @ 258:2145f975ef69

- fixed a glitch in identi.ca icon pattern - added support for identi.ca default icon - enabled api based twitter access by default - added file name field to the debug messages
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 14:32:09 +0900
parents c2620a99622b
children d45dd3589560
line wrap: on
line diff
--- a/icon.c	Sun Nov 23 03:39:40 2008 +0900
+++ b/icon.c	Wed Nov 26 14:32:09 2008 +0900
@@ -210,6 +210,10 @@
             twitter_debug("fall back to twitter default icon\n");
             url = g_strdup(TWITTER_DEFAULT_ICON_URL);
         }
+        else if(service == identica_service) {
+            twitter_debug("fall back to identica default icon\n");
+            url = g_strdup(IDENTICA_DEFAULT_ICON_URL);
+        }
         else if(service == jisko_service) {
             twitter_debug("fall back to jisko default icon\n");
             url = g_strdup(JISKO_DEFAULT_ICON_URL);