diff options
author | Ying Wang <wangying@google.com> | 2010-09-01 23:53:32 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-01 23:53:32 +0200 |
commit | 17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01 (patch) | |
tree | c05327d377d4acd0c410d5b04829fe54e0fe96dc /ui.c | |
parent | am 965f9dc4: merge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward (diff) | |
parent | Fix for crespo. (diff) | |
download | android_bootable_recovery-17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01.tar android_bootable_recovery-17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01.tar.gz android_bootable_recovery-17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01.tar.bz2 android_bootable_recovery-17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01.tar.lz android_bootable_recovery-17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01.tar.xz android_bootable_recovery-17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01.tar.zst android_bootable_recovery-17b44ee3d82d7b8efa8dc3bc17d78fee11d72e01.zip |
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ static int gPagesIdentical = 0; static char text[MAX_ROWS][MAX_COLS]; static int text_cols = 0, text_rows = 0; static int text_col = 0, text_row = 0, text_top = 0; -static int show_text = 0; +static int show_text = 1; static char menu[MAX_ROWS][MAX_COLS]; static int show_menu = 0; |