summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f9a4e57..0325efb 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;
}