From 48b52aec468309ef00fc4bfee3b3fff969969661 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Wed, 8 Oct 2008 16:32:01 +0000 Subject: Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing Directory", patch by pondlife, some long line police by me, also kill a few error splashes in functions that could be called by threads other than UI git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18742 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index f1fd7cc2c4..9ba4396f9d 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -139,6 +139,10 @@ enum { SHOW_ALL, SHOW_SUPPORTED, SHOW_MUSIC, SHOW_PLAYLIST, SHOW_ID3DB, NUM_FILTER_MODES, SHOW_WPS, SHOW_RWPS, SHOW_FMR, SHOW_CFG, SHOW_LNG, SHOW_MOD, SHOW_FONT, SHOW_PLUGINS}; +/* file and dir sort options */ +enum { SORT_ALPHA, SORT_DATE, SORT_DATE_REVERSED, SORT_TYPE, /* available as settings */ + SORT_ALPHA_REVERSED, SORT_TYPE_REVERSED }; /* internal use only */ + /* recursive dir insert options */ enum { RECURSE_OFF, RECURSE_ON, RECURSE_ASK }; -- cgit v1.2.3