From ec7ca33a0c8073d12738f958dbfdff5fd39efc32 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 5 Apr 2007 02:50:43 +0000 Subject: Fix the root menu for any targets without a radio (we are using #if not #ifdef for CONFIG_TUNER). Fixes the bookmark issue in FS#6965) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13027 a1c6a512-1295-4272-9138-f99709370657 --- apps/root_menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/root_menu.h') diff --git a/apps/root_menu.h b/apps/root_menu.h index 5e411a5..ee82357 100644 --- a/apps/root_menu.h +++ b/apps/root_menu.h @@ -38,7 +38,7 @@ enum { #ifdef HAVE_RECORDING GO_TO_RECSCREEN, #endif -#ifdef CONFIG_TUNER +#if CONFIG_TUNER GO_TO_FM, #endif GO_TO_RECENTBMARKS, -- cgit v1.1