Mercurial > pidgin
changeset 26235:a48bb75939df
These code can't get executed, because we just created a new dialog
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 27 Mar 2009 10:15:38 +0000 |
parents | 7b197bc1d196 |
children | 22188571df65 |
files | pidgin/gtkutils.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 */