]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Don't force text mode on quit
authorRay Strode <rstrode@redhat.com>
Sat, 13 Sep 2008 14:51:26 +0000 (10:51 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 22 Sep 2008 12:44:32 +0000 (08:44 -0400)
Leave it up to the splash plugin to decide

src/main.c

index 370a63e7eef5f5d2e6a6c4b77ab678e5dba8b6f9..28cec2bd5ffd16cc14a0f1da5329ce99fad519dd 100644 (file)
@@ -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);
 }