From c7fec13fd87d80bb38e71e84462f0081b0678db0 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 1 Dec 2008 09:28:14 +0000 Subject: FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings) The time/date dispaly has been moved out of the "rockbox info" screen and into this screen also (only displayed if there is at least 3 lines of text on the screen though) The time/date is talked in this screen by pressing the usual context-menu button (usually long-select) Targets without a RTC are not changed (i.e sleep timer isnt moved) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19282 a1c6a512-1295-4272-9138-f99709370657 --- apps/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 84f2eecbe2..2ea41c290a 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -29,6 +29,9 @@ menus/recording_menu.c #endif menus/settings_menu.c menus/sound_menu.c +#if CONFIG_RTC +menus/time_menu.c +#endif misc.c mp3data.c onplay.c -- cgit v1.2.3