a5bd9f6
From d663de5bc403d819059ec5b8faeade326311644b Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Sun, 27 Jan 2013 16:12:05 +0100
a5bd9f6
Subject: [PATCH 142/364] 	* grub-core/normal/menu_text.c
a5bd9f6
 (grub_menu_init_page): Fix behaviour 	when menu highlight color isn't set.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                    | 5 +++++
a5bd9f6
 grub-core/normal/menu_text.c | 2 +-
a5bd9f6
 2 files changed, 6 insertions(+), 1 deletion(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index f5cb7dc..2ad83f5 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,8 @@
a5bd9f6
+2013-01-27  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
+	* grub-core/normal/menu_text.c (grub_menu_init_page): Fix behaviour
a5bd9f6
+	when menu highlight color isn't set.
a5bd9f6
+
a5bd9f6
 2013-01-27  C. Masloch  <pushbx@38.de>
a5bd9f6
 
a5bd9f6
 	Improve FreeDOS direct loading support compatibility.
a5bd9f6
diff --git a/grub-core/normal/menu_text.c b/grub-core/normal/menu_text.c
a5bd9f6
index 80a7cd9..0031b0c 100644
a5bd9f6
--- a/grub-core/normal/menu_text.c
a5bd9f6
+++ b/grub-core/normal/menu_text.c
a5bd9f6
@@ -357,7 +357,7 @@ grub_menu_init_page (int nested, int edit, int *num_entries,
a5bd9f6
   old_color_normal = grub_term_normal_color;
a5bd9f6
   old_color_highlight = grub_term_highlight_color;
a5bd9f6
   grub_color_menu_normal = grub_term_normal_color;
a5bd9f6
-  grub_color_menu_highlight = grub_color_menu_highlight;
a5bd9f6
+  grub_color_menu_highlight = grub_term_highlight_color;
a5bd9f6
 
a5bd9f6
   /* Then give user a chance to replace them.  */
a5bd9f6
   grub_parse_color_name_pair (&grub_color_menu_normal,
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6