]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
reenable graphics mode in the plugin
authorRay Strode <rstrode@redhat.com>
Fri, 8 Jun 2007 13:02:20 +0000 (09:02 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 8 Jun 2007 13:02:20 +0000 (09:02 -0400)
src/splash-plugins/fedora-fade-in.c

index 9df2a89957d267669ded0b5da022e2e3ccc8d1aa..049d880d2a075c2ed62aceabbb7496f389ba64c0 100644 (file)
@@ -155,7 +155,6 @@ set_graphics_mode (ply_boot_splash_plugin_t *plugin)
 {
   assert (plugin != NULL);
 
-  return true;
   if (ioctl (plugin->console_fd, KDSETMODE, KD_GRAPHICS) < 0)
     return false;