Skip to content
Snippets Groups Projects
Commit 30c0b2db authored by Yorhel's avatar Yorhel
Browse files

browser.c: Fix "Toggle dirs before files when sorting" functionality

This has apparently been broken since version 1.7 (v1.6-7-g5db9c2a to be
precise), yet NOBODY TOLD ME!? :-(

The OSS community has left me in despair!
parent 5e5c9925
No related branches found
No related tags found
No related merge requests found
...@@ -350,7 +350,7 @@ int browse_key(int ch) { ...@@ -350,7 +350,7 @@ int browse_key(int ch) {
info_show = 0; info_show = 0;
break; break;
case 't': case 't':
dirlist_set_sort(DL_NOCHANGE, DL_NOCHANGE, dirlist_sort_df); dirlist_set_sort(DL_NOCHANGE, DL_NOCHANGE, !dirlist_sort_df);
info_show = 0; info_show = 0;
break; break;
case 'a': case 'a':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment