From fb62831faa2612da0372eb3dcfb0c19901e321ad Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 12 Feb 2007 14:22:35 +0000 Subject: * Move playback menu to the new sysetm (http://forums.rockbox.org/index.php?topic=8703.0 if I broke any of those settings accidently). * Add set_int_ex() which is the same as set_int() but adds a param which is a callback that returns the voice ID to talk for the selected value * Change the "pause on headphone unplug" to use meaningful strings in the config instead of numbers, this setting will be reset. * saves ~500bytes on the rec build :D git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12285 a1c6a512-1295-4272-9138-f99709370657 --- apps/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 93f6d1246e..e57c882a8b 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -13,6 +13,7 @@ main_menu.c menu.c menus/display_menu.c menus/main_menu.c +menus/playback_menu.c menus/playlist_menu.c #ifdef HAVE_RECORDING menus/recording_menu.c -- cgit v1.2.3