this is a merge from the master branch, commit 56938383760f53992830e0a3b9487a085851f192. --- gui.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gui.py b/gui.py index 846f145..4e8eb6d 100755 --- a/gui.py +++ b/gui.py @@ -1470,6 +1470,9 @@ class InstallControlWindow: self.setScreen() self.window.show() + # calling present() will focus the window in the winodw manager so + # the mnemonics work without additional clicking + self.window.present() def busyCursorPush(self): rootPushBusyCursor() -- 1.6.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list