]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
reenable graphics mode in the fade in plugin
authorRay Strode <rstrode@redhat.com>
Sun, 21 Oct 2007 23:59:06 +0000 (19:59 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 21 Oct 2007 23:59:06 +0000 (19:59 -0400)
src/splash-plugins/fedora-fade-in/fedora-fade-in.c

index 5ccec6bede14ada8a714ebbb8c1f9e02541438f6..06515dcf9e6a52935c4df66e57cfc57c3a0ff996 100644 (file)
@@ -157,7 +157,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;