summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-10-21 19:59:06 -0400
committerRay Strode <rstrode@redhat.com>2007-10-21 19:59:06 -0400
commit35e608b03ed14ca42dfa7c9c9bbbc9742c4bcf82 (patch)
treee3ebf02a430b2e73c1021816cd94053d88ae10d3 /src
parent431924effec5a2d028e08bf1d12be631ffafb26d (diff)
downloadplymouth-35e608b03ed14ca42dfa7c9c9bbbc9742c4bcf82.tar.gz
plymouth-35e608b03ed14ca42dfa7c9c9bbbc9742c4bcf82.tar.xz
plymouth-35e608b03ed14ca42dfa7c9c9bbbc9742c4bcf82.zip
reenable graphics mode in the fade in plugin
Diffstat (limited to 'src')
-rw-r--r--src/splash-plugins/fedora-fade-in/fedora-fade-in.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/splash-plugins/fedora-fade-in/fedora-fade-in.c b/src/splash-plugins/fedora-fade-in/fedora-fade-in.c
index 5ccec6b..06515dc 100644
--- a/src/splash-plugins/fedora-fade-in/fedora-fade-in.c
+++ b/src/splash-plugins/fedora-fade-in/fedora-fade-in.c
@@ -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;