aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/unix/stddialogs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libui_sdl/libui/unix/stddialogs.c')
-rw-r--r--src/libui_sdl/libui/unix/stddialogs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/libui/unix/stddialogs.c b/src/libui_sdl/libui/unix/stddialogs.c
index 64a8b40..b793d06 100644
--- a/src/libui_sdl/libui/unix/stddialogs.c
+++ b/src/libui_sdl/libui/unix/stddialogs.c
@@ -48,7 +48,7 @@ static char *filedialog(GtkWindow *parent, GtkFileChooserAction mode, const gcha
break;
}
}
- printf("add filter\n");
+
gtk_file_chooser_add_filter(fc, filter);
}
else