changeset 325:34af644d214a

changed twitter default icon
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Sep 2009 23:03:14 +0900
parents 5e0c1f59a090
children 38a2ef743019
files pidgin-twitter.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.h	Sat Sep 19 20:39:57 2009 +0900
+++ b/pidgin-twitter.h	Sat Sep 19 23:03:14 2009 +0900
@@ -208,7 +208,9 @@
     "Content-Length: %d\r\n"
 #define TWITTER_STATUS_FORMAT "status=%s&source=pidgintwitter"
 #define TWITTER_DEFAULT_INTERVAL (60)
-#define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
+#define TWITTER_OLD_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
+#define TWITTER_DEFAULT_ICON_URL "http://s.twimg.com/images/default_profile_3_bigger.png"
+
 #define TWITTER_DEFAULT_RETRIEVE_COUNT (20)
 
 /* wassr specific macros */