comparison pidgin-twitter.c @ 204:d66ad3343119

fixed a bug introduced in r198.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 13 Aug 2008 15:51:23 +0900
parents 6c6fe6375ce4
children bc1448e72b1b
comparison
equal deleted inserted replaced
203:6c6fe6375ce4 204:d66ad3343119
2294 (data->mtime && ((time(NULL) - data->mtime)) > days_thres)) { 2294 (data->mtime && ((time(NULL) - data->mtime)) > days_thres)) {
2295 twitter_debug("count=%d mtime=%d\n", 2295 twitter_debug("count=%d mtime=%d\n",
2296 data->use_count, (int)(data->mtime)); 2296 data->use_count, (int)(data->mtime));
2297 renew = TRUE; 2297 renew = TRUE;
2298 request_icon(user_name, service, renew); 2298 request_icon(user_name, service, renew);
2299 g_free(user_name); user_name = NULL;
2300 } 2299 }
2301 } 2300 }
2302 2301
2303 /* if we don't have the icon for this user, put a mark instead and 2302 /* if we don't have the icon for this user, put a mark instead and
2304 * request the icon */ 2303 * request the icon */