[PATCH] remove argument ROOT_PATH from getDefaultKeyboard() calls (removed from method with 3e8d08cac6aa89f001c5b32dba251a62a45ed7f4)

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

 



---
 pyanaconda/iw/kbd_gui.py          |    2 +-
 pyanaconda/textw/keyboard_text.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/iw/kbd_gui.py b/pyanaconda/iw/kbd_gui.py
index 84fd366..a73588d 100644
--- a/pyanaconda/iw/kbd_gui.py
+++ b/pyanaconda/iw/kbd_gui.py
@@ -37,7 +37,7 @@ class KeyboardWindow(InstallWindow, installKeyboardWindow):
         installKeyboardWindow.getNext(self)
 
     def getScreen(self, anaconda):
-        default = anaconda.instLanguage.getDefaultKeyboard(ROOT_PATH)
+        default = anaconda.instLanguage.getDefaultKeyboard()
         anaconda.keyboard.set(default)
         vbox = installKeyboardWindow.getScreen(self, default, anaconda.keyboard)
         self.modelView.connect("select-cursor-row", lambda widget, vbox=vbox: self.ics.setGrabNext(1))
diff --git a/pyanaconda/textw/keyboard_text.py b/pyanaconda/textw/keyboard_text.py
index c30e184..9e0a32b 100644
--- a/pyanaconda/textw/keyboard_text.py
+++ b/pyanaconda/textw/keyboard_text.py
@@ -39,7 +39,7 @@ class KeyboardWindow:
 	if anaconda.keyboard.beenset:
 	    default = anaconda.keyboard.get ()
 	else:
-	    default = anaconda.instLanguage.getDefaultKeyboard(ROOT_PATH)
+	    default = anaconda.instLanguage.getDefaultKeyboard()
 
         if default not in keyboards:
             default = 'us'
-- 
1.7.4.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