comparison src/buddyicon.h @ 9396:84594a281500

[gaim-migrate @ 10208] This fixes a bug that shx pointed out, that I accidently introduced, whereby, if a buddy has an icon, that hasn't been updated since you started gaim, but was cached at some earlier point in time, and you are using the small list, when you opened a conversation with them, you would not see their buddy icon. The work-around for 0.79 is to use the big list, or have friends who change their buddy icons a lot. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 25 Jun 2004 05:30:10 +0000
parents fa6395637e2c
children db62420a53a2
comparison
equal deleted inserted replaced
9395:bd81a3c6f8ab 9396:84594a281500
180 * @param account The account the user is on. 180 * @param account The account the user is on.
181 * @param username The username of the user. 181 * @param username The username of the user.
182 * 182 *
183 * @return The icon data if found, or @c NULL if not found. 183 * @return The icon data if found, or @c NULL if not found.
184 */ 184 */
185 GaimBuddyIcon *gaim_buddy_icons_find(const GaimAccount *account, 185 GaimBuddyIcon *gaim_buddy_icons_find(GaimAccount *account,
186 const char *username); 186 const char *username);
187 187
188 /** 188 /**
189 * Sets whether or not buddy icon caching is enabled. 189 * Sets whether or not buddy icon caching is enabled.
190 * 190 *