]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Show detailed plugin if ask-for-password is called when no splash visible
authorRay Strode <rstrode@redhat.com>
Fri, 11 Jul 2008 12:57:46 +0000 (08:57 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 11 Jul 2008 12:57:46 +0000 (08:57 -0400)
src/main.c

index f9a4e5737a9536ab6bc978fd7f981d95032d25f4..0325efb5d247d340d0f650bd1b8ddb33d86ed57c 100644 (file)
@@ -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;
     }