From: <the...@us...> - 2006-12-12 08:56:15
|
Revision: 17972 http://svn.sourceforge.net/gaim/?rev=17972&view=rev Author: thekingant Date: 2006-12-12 00:52:46 -0800 (Tue, 12 Dec 2006) Log Message: ----------- I left off a brace. My bad! Modified Paths: -------------- trunk/libgaim/protocols/yahoo/yahoo_picture.c Modified: trunk/libgaim/protocols/yahoo/yahoo_picture.c =================================================================== --- trunk/libgaim/protocols/yahoo/yahoo_picture.c 2006-12-12 08:46:07 UTC (rev 17971) +++ trunk/libgaim/protocols/yahoo/yahoo_picture.c 2006-12-12 08:52:46 UTC (rev 17972) @@ -569,9 +569,10 @@ yahoo_buddy_icon_upload(gc, d); - } else + } else { gaim_debug_error("yahoo", "Could not read buddy icon file '%s': %s\n", iconfile, error->message); g_error_free(error); } +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |