From 9125620ff177c01f78f745ff85a28574796d1e39 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Tue, 3 Oct 2017 03:28:49 +0200 Subject: christ, did I seriously forget to remove that code --- src/libui_sdl/libui/unix/stddialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libui_sdl/libui/unix') 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 -- cgit v1.2.3