add custom sort format

This commit is contained in:
Maarten de Vries
2012-04-30 01:08:41 +02:00
committed by Andrzej Rybczak
parent d134a807d4
commit 6c73c3cecf
7 changed files with 49 additions and 12 deletions

View File

@@ -100,9 +100,6 @@ void Browser::SwitchTo()
if (hasToBeResized || myLockedScreen)
Resize();
if (isLocal()) // local browser doesn't support sorting by mtime
Config.browser_sort_by_mtime = 0;
w->Empty() ? myBrowser->GetDirectory(itsBrowsedDir) : myBrowser->UpdateItemList();
if (myScreen != this && myScreen->isTabbable())