Untitled filter in chooser
Survolog opened this issue · 0 comments
Survolog commented
libfm/src/gtk/fm-app-chooser-dlg.c
Line 234 in 695d3e8
Hello.
Maybe
- file = fm_select_file(GTK_WINDOW(data->dlg), NULL, "/usr/bin", TRUE, FALSE, filter, NULL);
+ file = fm_select_file(GTK_WINDOW(data->dlg), NULL, "/usr/bin", TRUE, FALSE, NULL, NULL);
for hide "Untitled filter"?
Thanks!