# HG changeset patch # User Yoshiki Yazawa # Date 1214189383 -32400 # Node ID 41dbb74bf029b20012a2a790cc32294c22e7f370 # Parent 000575bce35d90f419b1645118f66c1f5ea4c4b2 quick workaround for the bug that icon had not appeard in the first message. diff -r 000575bce35d -r 41dbb74bf029 pidgin-twitter.c --- a/pidgin-twitter.c Mon Jun 23 11:37:44 2008 +0900 +++ b/pidgin-twitter.c Mon Jun 23 11:49:43 2008 +0900 @@ -661,6 +661,9 @@ twitter_debug("called\n"); twitter_debug("buffer = %s suppress_oops = %d\n", *buffer, suppress_oops); + /* request to attach icon to the buffer */ + request_icon(*buffer); + /* check if the conv is not NULL and is a twitter conv. */ if(!(conv && is_twitter_conv(conv))) { return FALSE; @@ -671,9 +674,6 @@ *flags |= PURPLE_MESSAGE_SYSTEM; } - /* xxx request to attach icon to the buffer */ - request_icon(*buffer); - if(!suppress_oops || !purple_prefs_get_bool(OPT_SUPPRESS_OOPS)) return FALSE;