1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2002-08-23 12:41:25 +00:00
parent b285076925
commit aa458aa9d8
3 changed files with 3 additions and 3 deletions

View file

@ -299,7 +299,7 @@ Menu menu_run(int m)
#else
lcd_icon(ICON_PARAM, true);
#endif
result = MENU_REFRESH_DIR;
result = MENU_DISK_CHANGED;
break;
#endif