From aa458aa9d8d554c03b2ff9084974bccb618d270d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Aug 2002 12:41:25 +0000 Subject: 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 --- apps/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index fc962c79aa..1623aa728b 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; -- cgit v1.2.3