From: <sea...@us...> - 2006-08-16 17:31:35
|
Revision: 16795 Author: seanegan Date: 2006-08-16 10:31:29 -0700 (Wed, 16 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16795&view=rev Log Message: ----------- Now with 'compiling' feature Modified Paths: -------------- trunk/src/gtkstatusbox.c Modified: trunk/src/gtkstatusbox.c =================================================================== --- trunk/src/gtkstatusbox.c 2006-08-16 17:26:57 UTC (rev 16794) +++ trunk/src/gtkstatusbox.c 2006-08-16 17:31:29 UTC (rev 16795) @@ -953,7 +953,7 @@ } box->buddy_icon_sel = gaim_gtk_buddy_icon_chooser_new(NULL, icon_choose_cb, box); - gtk_widget_show_all(filesel); + gtk_widget_show_all(box->buddy_icon_sel); return FALSE; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |