[rhel6-branch] Focus the Add/Edit boot loader dialog after error (#745797)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 iw/osbootwidget.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/iw/osbootwidget.py b/iw/osbootwidget.py
index ac9a8ca..2d469d5 100644
--- a/iw/osbootwidget.py
+++ b/iw/osbootwidget.py
@@ -212,6 +212,7 @@ class OSBootWidget:
                                         _("You must specify a label for the "
                                           "entry"),
                                         type="warning")
+                dialog.present()
                 continue
 
             foundBad = 0
@@ -224,6 +225,7 @@ class OSBootWidget:
                     foundBad = 1
                     break
             if foundBad:
+                dialog.present()
                 continue
 
             # verify that the label hasn't been used
@@ -249,6 +251,7 @@ class OSBootWidget:
                     foundBad = 1
                     break
             if foundBad:
+                dialog.present()
                 continue
 
             # XXX need to do some sort of validation of the device?
@@ -260,6 +263,7 @@ class OSBootWidget:
                                         _("This device is already being "
                                           "used for another boot entry."),
                                         type="warning")
+                dialog.present()
                 continue
 
             # if we're editing a previous, get what the old info was for
-- 
1.7.5.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux