aboutsummaryrefslogtreecommitdiff
path: root/src/filesel.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-19 02:39:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-19 02:39:17 +0000
commit30c725e44a0ef577551d7c9f13a26e39f1242f00 (patch)
tree7e4cef69c381b604d7d60954781be1e72ab9d873 /src/filesel.c
parent6807e726b13678a8ee744746d67d02894f10c969 (diff)
removed label warning on non-win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3105 ee746299-78ed-0310-b773-934348b2243d
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