aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-10-03 03:28:49 +0200
committerStapleButter <thetotalworm@gmail.com>2017-10-03 03:28:49 +0200
commit9125620ff177c01f78f745ff85a28574796d1e39 (patch)
tree18b9a246fb1a333af32c1fccaa5624af672a8d93
parent012a7d61a713b0e200c4f81558df4d3bababf2fe (diff)
christ, did I seriously forget to remove that code
-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