From: Ray Strode Date: Sat, 13 Sep 2008 14:51:26 +0000 (-0400) Subject: Don't force text mode on quit X-Git-Tag: 0.6.0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebbde8f4090da09b610f944d153869a4b273bc4e;p=thirdparty%2Fplymouth.git Don't force text mode on quit Leave it up to the splash plugin to decide --- diff --git a/src/main.c b/src/main.c index 370a63e7..28cec2bd 100644 --- a/src/main.c +++ b/src/main.c @@ -297,8 +297,6 @@ on_quit (state_t *state) ply_trace ("hiding splash"); if (state->boot_splash != NULL) ply_boot_splash_hide (state->boot_splash); - if (state->window != NULL) - ply_window_set_mode (state->window, PLY_WINDOW_MODE_TEXT); ply_trace ("exiting event loop"); ply_event_loop_exit (state->loop, 0); }