summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-23 12:41:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-23 12:41:25 +0000
commitaa458aa9d8d554c03b2ff9084974bccb618d270d (patch)
tree34e9bb166b4fe3cbd9a562386dd2b0b18fc081d7 /apps/tree.c
parentb285076925fed906d95573b64115cb3f6bdafe65 (diff)
downloadrockbox-aa458aa9d8d554c03b2ff9084974bccb618d270d.tar.gz
rockbox-aa458aa9d8d554c03b2ff9084974bccb618d270d.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 0c4e26ab8e..d7cb7fbe33 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -645,7 +645,7 @@ bool dirbrowse(char *root)
645 lcd_stop_scroll(); 645 lcd_stop_scroll();
646 result = main_menu(); 646 result = main_menu();
647 /* do we need to rescan dir? */ 647 /* do we need to rescan dir? */
648 if (result == MENU_REFRESH_DIR || 648 if (result == MENU_DISK_CHANGED ||
649 lastfilter != global_settings.mp3filter || 649 lastfilter != global_settings.mp3filter ||
650 lastsortcase != global_settings.sort_case || 650 lastsortcase != global_settings.sort_case ||
651 show_hidden_files != global_settings.show_hidden_files) 651 show_hidden_files != global_settings.show_hidden_files)