2009-03-12 Vladimir Serbinenko <phcoder@gmail.com>

* term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of
	background image command.
This commit is contained in:
cbennett 2009-03-12 18:57:42 +00:00
parent c58bc32a67
commit 40164e7552
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-03-12 Vladimir Serbinenko <phcoder@gmail.com>
* term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of
background image command.
2009-03-12 Colin D Bennett <colin@gibibit.com>
* term/gfxterm.c (draw_cursor): Ensure character is redrawn.

View File

@ -1166,6 +1166,6 @@ GRUB_MOD_INIT(term_gfxterm)
GRUB_MOD_FINI(term_gfxterm)
{
grub_unregister_command ("bgimage");
grub_unregister_command ("background_image");
grub_term_unregister_output (&grub_video_term);
}