# HG changeset patch # User Sean Egan # Date 1155749217 0 # Node ID d994f64248ef547d2cf100a257d0fd8a715af05e # Parent 5b9daf111b42dbaf7ffcc8c0c6b135bd488b637b [gaim-migrate @ 16794] Only one file selector committer: Tailor Script diff -r 5b9daf111b42 -r d994f64248ef src/gtkstatusbox.c --- a/src/gtkstatusbox.c Wed Aug 16 17:10:36 2006 +0000 +++ b/src/gtkstatusbox.c Wed Aug 16 17:26:57 2006 +0000 @@ -947,14 +947,12 @@ static gboolean icon_box_press_cb(GtkWidget *widget, GdkEventButton *event, GtkGaimStatusBox *box) { - GtkWidget *filesel; - if (box->buddy_icon_sel) { gtk_window_present(GTK_WINDOW(box->buddy_icon_sel)); return FALSE; } - filesel = gaim_gtk_buddy_icon_chooser_new(NULL, icon_choose_cb, box); + box->buddy_icon_sel = gaim_gtk_buddy_icon_chooser_new(NULL, icon_choose_cb, box); gtk_widget_show_all(filesel); return FALSE; }