* term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of
background image command.
+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.
GRUB_MOD_FINI(term_gfxterm)
{
- grub_unregister_command ("bgimage");
+ grub_unregister_command ("background_image");
grub_term_unregister_output (&grub_video_term);
}