diff -r b8585094b117 -r a55d0663b8e2 pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Fri Oct 26 13:31:26 2007 +0000 +++ b/pidgin/gtkstatusbox.c Sun Oct 28 01:05:17 2007 +0000 @@ -276,7 +276,7 @@ return FALSE; } - box->buddy_icon_sel = pidgin_buddy_icon_chooser_new(NULL, icon_choose_cb, box); + box->buddy_icon_sel = pidgin_buddy_icon_chooser_new(GTK_WINDOW(gtk_widget_get_toplevel(widget)), icon_choose_cb, box); gtk_widget_show_all(box->buddy_icon_sel); } return FALSE;