Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untitled filter in chooser #92

Closed
Survolog opened this issue Nov 1, 2022 · 1 comment
Closed

Untitled filter in chooser #92

Survolog opened this issue Nov 1, 2022 · 1 comment

Comments

@Survolog
Copy link

Survolog commented Nov 1, 2022

file = fm_select_file(GTK_WINDOW(data->dlg), NULL, "/usr/bin", TRUE, FALSE, filter, NULL);

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!

ib added a commit that referenced this issue Dec 3, 2024
This closes github issue #92, reported by Survolog.
@ib
Copy link
Member

ib commented Dec 3, 2024

Fixed.

@ib ib closed this as completed Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants