# HG changeset patch # User Daniel Atallah # Date 1155940904 0 # Node ID 95a4542e92d4e92e82576c82a91e789b3b2665c8 # Parent ad751ad39f231a6a12d1764348037bcc0240d126 [gaim-migrate @ 16850] ... and also actually load the icon committer: Tailor Script diff -r ad751ad39f23 -r 95a4542e92d4 src/gtkaccount.c --- 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))