From: <dat...@us...> - 2006-08-18 22:41:50
|
Revision: 16850 Author: datallah Date: 2006-08-18 15:41:44 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16850&view=rev Log Message: ----------- ... and also actually load the icon Modified Paths: -------------- trunk/src/gtkaccount.c Modified: trunk/src/gtkaccount.c =================================================================== --- trunk/src/gtkaccount.c 2006-08-18 22:26:09 UTC (rev 16849) +++ trunk/src/gtkaccount.c 2006-08-18 22:41:44 UTC (rev 16850) @@ -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)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |