aboutsummaryrefslogtreecommitdiff
path: root/src/filesel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesel.c')
-rw-r--r--src/filesel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filesel.c b/src/filesel.c
index 9ae885fe..abf6ad1f 100644
--- a/src/filesel.c
+++ b/src/filesel.c
@@ -200,7 +200,9 @@ static GSList *filesel_select_file_full(const gchar *title, const gchar *file,
inc_lock();
+#ifdef G_OS_WIN32
again:
+#endif
if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) {
list = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog));
#ifdef G_OS_WIN32