From: Ray Strode Date: Fri, 11 Jul 2008 12:57:46 +0000 (-0400) Subject: Show detailed plugin if ask-for-password is called when no splash visible X-Git-Tag: 0.6.0~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186fb1f6edddf8ac32b1b5096882b37e2d616c49;p=thirdparty%2Fplymouth.git Show detailed plugin if ask-for-password is called when no splash visible --- diff --git a/src/main.c b/src/main.c index f9a4e573..0325efb5 100644 --- a/src/main.c +++ b/src/main.c @@ -134,7 +134,9 @@ on_ask_for_password (state_t *state, { if (state->boot_splash == NULL) { - ply_answer_with_string (answer, ""); + show_detailed_splash (state); + if (state->boot_splash == NULL) + ply_answer_with_string (answer, ""); return; }