diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-08-23 12:41:25 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-23 12:41:25 +0000 |
| commit | aa458aa9d8d554c03b2ff9084974bccb618d270d (patch) | |
| tree | 34e9bb166b4fe3cbd9a562386dd2b0b18fc081d7 /apps/tree.c | |
| parent | b285076925fed906d95573b64115cb3f6bdafe65 (diff) | |
| download | rockbox-aa458aa9d8d554c03b2ff9084974bccb618d270d.zip rockbox-aa458aa9d8d554c03b2ff9084974bccb618d270d.tar.gz rockbox-aa458aa9d8d554c03b2ff9084974bccb618d270d.tar.bz2 rockbox-aa458aa9d8d554c03b2ff9084974bccb618d270d.tar.xz | |
MENU_DISK_CHANGED is the new value for telling disk content might have
changed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1949 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 0c4e26a..d7cb7fb 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -645,7 +645,7 @@ bool dirbrowse(char *root) lcd_stop_scroll(); result = main_menu(); /* do we need to rescan dir? */ - if (result == MENU_REFRESH_DIR || + if (result == MENU_DISK_CHANGED || lastfilter != global_settings.mp3filter || lastsortcase != global_settings.sort_case || show_hidden_files != global_settings.show_hidden_files) |