From: Ray Strode Date: Mon, 17 Nov 2008 15:47:08 +0000 (-0500) Subject: Only tell gdm to keep vt if told to retain splash X-Git-Tag: 0.6.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d84dba9949aab19a05219d002421581817c2e0f;p=thirdparty%2Fplymouth.git Only tell gdm to keep vt if told to retain splash See http://bugzilla.redhat.com/471785 --- diff --git a/src/main.c b/src/main.c index 03ba2390..6afffc43 100644 --- a/src/main.c +++ b/src/main.c @@ -448,7 +448,10 @@ on_quit (state_t *state, ply_event_loop_exit (state->loop, 0); #ifdef PLY_ENABLE_GDM_TRANSITION - tell_gdm_to_transition (); + if (retain_splash) + { + tell_gdm_to_transition (); + } #endif }