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/menu.h | |
| 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/menu.h')
| -rw-r--r-- | apps/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h index fc962c7..1623aa7 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -24,7 +24,7 @@ typedef enum { MENU_OK, - MENU_REFRESH_DIR, /* any file/directory contents need to be re-read */ + MENU_DISK_CHANGED, /* any file/directory contents need to be re-read */ MENU_LAST /* don't use as return code, only for number of return codes available */ } Menu; |