4fe85b
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
4fe85b
From: William Jon McCann <william.jon.mccann@gmail.com>
4fe85b
Date: Wed, 15 May 2013 17:49:45 -0400
4fe85b
Subject: [PATCH] Don't add '*' to highlighted row
4fe85b
4fe85b
It is already highlighted.
4fe85b
---
4fe85b
 grub-core/normal/menu_text.c | 2 +-
4fe85b
 1 file changed, 1 insertion(+), 1 deletion(-)
4fe85b
4fe85b
diff --git a/grub-core/normal/menu_text.c b/grub-core/normal/menu_text.c
4fe85b
index 2ff294101d8..2f84fccb6fe 100644
4fe85b
--- a/grub-core/normal/menu_text.c
4fe85b
+++ b/grub-core/normal/menu_text.c
4fe85b
@@ -242,7 +242,7 @@ print_entry (int y, int highlight, grub_menu_entry_t entry,
4fe85b
       unicode_title[i] = ' ';
4fe85b
 
4fe85b
   if (data->geo.num_entries > 1)
4fe85b
-    grub_putcode (highlight ? '*' : ' ', data->term);
4fe85b
+    grub_putcode (' ', data->term);
4fe85b
 
4fe85b
   grub_print_ucs4_menu (unicode_title,
4fe85b
 			unicode_title + len,