changeset 14150:180141b8e97c

[gaim-migrate @ 16795] Now with 'compiling' feature committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 16 Aug 2006 17:31:29 +0000
parents d994f64248ef
children 8856312371cb
files src/gtkstatusbox.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Wed Aug 16 17:26:57 2006 +0000
+++ b/src/gtkstatusbox.c	Wed Aug 16 17:31:29 2006 +0000
@@ -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;
 }