diff -r 8a7934cb033e -r 1c3c4e6ee338 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Fri Mar 27 09:55:28 2009 +0000 +++ b/pidgin/gtkutils.c Fri Mar 27 10:15:38 2009 +0000 @@ -2451,11 +2451,6 @@ dialog->callback = callback; dialog->data = data; - if (dialog->icon_filesel != NULL) { - gtk_window_present(GTK_WINDOW(dialog->icon_filesel)); - return NULL; - } - current_folder = purple_prefs_get_path(PIDGIN_PREFS_ROOT "/filelocations/last_icon_folder"); #if GTK_CHECK_VERSION(2,4,0) /* FILECHOOSER */