aboutsummaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2010-11-27 14:41:07 -0800
committerKoushik Dutta <koushd@gmail.com>2010-11-27 14:41:07 -0800
commitd90ad5dedfdf7a638d839d12fcc2a72d91b004e7 (patch)
tree3d3a9ef49bdfabf88938cf9460d94c7b15211f57 /ui.c
parent3847a2ddd97601187ac3bcbd47d83dab65c4af43 (diff)
downloadbootable_recovery-d90ad5dedfdf7a638d839d12fcc2a72d91b004e7.zip
bootable_recovery-d90ad5dedfdf7a638d839d12fcc2a72d91b004e7.tar.gz
bootable_recovery-d90ad5dedfdf7a638d839d12fcc2a72d91b004e7.tar.bz2
fix no select button
Change-Id: I142d48156e166f9e5e7f3ad7c89c1829dbe2009a
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 644ea96..4426d97 100644
--- a/ui.c
+++ b/ui.c
@@ -29,7 +29,7 @@
#include "minui/minui.h"
#include "recovery_ui.h"
-#ifdef KEY_POWER_IS_SELECT_ITEM
+#ifdef BOARD_HAS_NO_SELECT_BUTTON
static int gShowBackButton = 1;
#else
static int gShowBackButton = 0;