* grub-core/kern/term.c (grub_term_normal_color),

(grub_term_highlight_color): Add back lost defaults.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-02 23:23:51 +01:00
parent 73bf57e2c8
commit 99fcda8a7b
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/term.c (grub_term_normal_color),
(grub_term_highlight_color): Add back lost defaults.
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
Make elfload not use hooks. Opt for flags and iterators instead.