--- iw/blpasswidget.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/iw/blpasswidget.py b/iw/blpasswidget.py index e23e07d..f6d013e 100644 --- a/iw/blpasswidget.py +++ b/iw/blpasswidget.py @@ -139,6 +139,7 @@ class BootloaderPasswordWidget: self.intf.messageWindow(_("Passwords don't match"), _("Passwords do not match"), type='warning') + dialog.present() continue thePass = pwEntry.get_text() @@ -154,6 +155,7 @@ class BootloaderPasswordWidget: "password?"), type = "yesno") if ret == 0: + dialog.present() continue self.password = thePass -- 1.7.5.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list