diff pidgin-twitter.h @ 160:aef26b56a54b

now it falls back to twitter default icon if the user has not set custom icon.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sat, 26 Jul 2008 13:23:27 +0900
parents b771ddf0b683
children 5dcd8699cba0
line wrap: on
line diff
--- a/pidgin-twitter.h	Sat Jul 26 04:47:47 2008 +0900
+++ b/pidgin-twitter.h	Sat Jul 26 13:23:27 2008 +0900
@@ -156,6 +156,7 @@
 #define TWITTER_STATUS_FORMAT "status=%s"
 #define TWITTER_STATUS_TERMINATOR "\r\n\r\n"
 #define TWITTER_DEFAULT_INTERVAL (60)
+#define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
 
 /* wassr specific macros */
 #define WASSR_POST_LEN (255 * 4)