Skip to content

Commit

Permalink
Update window.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Oct 23, 2023
1 parent 229f2c6 commit d200746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,11 @@ void processEvents(Object *windowObject,

scanning = FALSE;

updatePathText(fileRequester, parentPath);

DoGadgetMethod((struct Gadget*)listBrowser, intuiwin, NULL, LBM_SORT, NULL, 1, LBMSORT_REVERSE, &CompareHook);
ColumnSorting[1].Sorting = LBMSORT_REVERSE;

updatePathText(fileRequester, parentPath);

updateMenuItems(intuiwin, TRUE);

STRPTR TotalText = returnFormatWithTotal();
Expand Down

0 comments on commit d200746

Please sign in to comment.