comparison pidgin-twitter.h @ 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
comparison
equal deleted inserted replaced
241:1a4d37f15e9c 242:bd7478109727
180 "Content-Length: %d\r\n" 180 "Content-Length: %d\r\n"
181 #define TWITTER_STATUS_FORMAT "status=%s&source=pidgintwitter" 181 #define TWITTER_STATUS_FORMAT "status=%s&source=pidgintwitter"
182 #define TWITTER_DEFAULT_INTERVAL (60) 182 #define TWITTER_DEFAULT_INTERVAL (60)
183 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png" 183 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
184 184
185 /* size of substitution buffer */
186 #define SUBST_BUF_SIZE (32 * 1024)
187
188 /* wassr specific macros */ 185 /* wassr specific macros */
189 #define WASSR_POST_LEN (255) 186 #define WASSR_POST_LEN (255)
190 #define IDENTICA_POST_LEN (140) 187 #define IDENTICA_POST_LEN (140)
188
189 /* jisko specific macro */
190 #define JISKO_DEFAULT_ICON_URL "http://jisko.net/static/img/avatar/default_note.png"
191
192 /* size of substitution buffer */
193 #define SUBST_BUF_SIZE (32 * 1024)
191 194
192 /* misc macros */ 195 /* misc macros */
193 #define DEFAULT_ICON_SIZE (48) 196 #define DEFAULT_ICON_SIZE (48)
194 #define DEFAULT_ICON_MAX_COUNT (50) 197 #define DEFAULT_ICON_MAX_COUNT (50)
195 #define DEFAULT_ICON_MAX_DAYS (7) 198 #define DEFAULT_ICON_MAX_DAYS (7)