]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[script] Display password dialog even if called twice
authorFrederic Crozat <fcrozat@mandriva.com>
Tue, 18 Aug 2009 17:19:13 +0000 (19:19 +0200)
committerFrederic Crozat <fcrozat@mandriva.com>
Tue, 18 Aug 2009 17:19:13 +0000 (19:19 +0200)
themes/script/script.script

index a993f97d111e7e7d6d44e338831554683bae650e..e5792077da88d72360dc8116dc3e3ebbcbf9d86b 100644 (file)
@@ -94,7 +94,10 @@ fun display_normal_callback ()
 fun display_password_callback (prompt, bullets)
   {
     global.status = "password";
-    if (!global.dialogue) dialogue_setup();
+    if (!global.dialogue)
+       dialogue_setup();
+    else
+       dialog_opacity(1);
     for (index = 0; dialogue.bullet[index] || index < bullets; index++)
       {
         if (!dialogue.bullet[index])