diff --git a/src/window.c b/src/window.c index 01a7c3a..1ed38d1 100644 --- a/src/window.c +++ b/src/window.c @@ -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();