# HG changeset patch # User Mark Doliner # Date 1238148938 0 # Node ID a48bb75939dff6de066883657de25a5812b66022 # Parent 7b197bc1d196f630b78e456606123bedc924a44d These code can't get executed, because we just created a new dialog diff -r 7b197bc1d196 -r a48bb75939df 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 */