Mercurial > pidgin.yaz
changeset 16689:bb902111bd9c
Do not unset use-global-buddyicon for accounts when removing the global icon. I think this was added here accidentally anyway.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 29 Apr 2007 23:50:23 +0000 |
parents | 61ddeb85ab86 |
children | 7fad94837f9e |
files | pidgin/gtkstatusbox.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c Sun Apr 29 23:34:04 2007 +0000 +++ b/pidgin/gtkstatusbox.c Sun Apr 29 23:50:23 2007 +0000 @@ -1449,8 +1449,6 @@ data = pidgin_convert_buddy_icon(plug, filename, &len); img = purple_buddy_icons_set_account_icon(account, data, len); purple_account_set_buddy_icon_path(account, filename); - - purple_account_set_bool(account, "use-global-buddyicon", (filename != NULL)); } } }