From 186fb1f6edddf8ac32b1b5096882b37e2d616c49 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 11 Jul 2008 08:57:46 -0400 Subject: Show detailed plugin if ask-for-password is called when no splash visible --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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; } -- cgit