We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e702b5 commit 1a865fcCopy full SHA for 1a865fc
zathura/completion.c
@@ -43,7 +43,7 @@ static girara_list_t* list_files(zathura_t* zathura, const char* current_path, c
43
return NULL;
44
}
45
46
- girara_list_t* res = girara_sorted_list_new2(compare_case_insensitive, g_free);
+ girara_list_t* res = girara_sorted_list_new_with_free(compare_case_insensitive, g_free);
47
48
bool show_hidden = false;
49
girara_setting_get(zathura->ui.session, "show-hidden", &show_hidden);
0 commit comments