Mercurial > pidgin.yaz
changeset 14187:95a4542e92d4
[gaim-migrate @ 16850]
... and also actually load the icon
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 18 Aug 2006 22:41:44 +0000 |
parents | ad751ad39f23 |
children | a01a34238815 |
files | src/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkaccount.c Fri Aug 18 22:26:09 2006 +0000 +++ b/src/gtkaccount.c Fri Aug 18 22:41:44 2006 +0000 @@ -194,7 +194,7 @@ char *filename = gaim_buddy_icons_get_full_path(dialog->icon_path); GdkPixbuf *pixbuf = NULL; if (filename) - gdk_pixbuf_new_from_file(filename, NULL); + pixbuf = gdk_pixbuf_new_from_file(filename, NULL); if (pixbuf && dialog->prpl_info && (dialog->prpl_info->icon_spec.scale_rules & GAIM_ICON_SCALE_DISPLAY))