[PATCH 4/4] Fix up the InstallOptions3Dialog.refresh arguments (#873392).

Chris Lumens clumens at redhat.com
Mon Nov 5 19:54:43 UTC 2012


---
 pyanaconda/ui/gui/spokes/storage.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 95ac1b7..9c6f10e 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -266,7 +266,8 @@ class InstallOptions3Dialog(InstallOptions1Dialog):
     builderObjects = ["options3_dialog"]
     mainWidgetName = "options3_dialog"
 
-    def refresh(self, required_space, disks_size, disk_free, fs_free, autopart):
+    def refresh(self, required_space, disks_size, disk_free, fs_free, autopart
+                autoPartType):
         self.custom = not autopart
         sw_text = self._get_sw_needs_text(required_space)
         label_text = (_("%s\nYou don't have enough space available to install "
-- 
1.7.11.2



More information about the anaconda-patches mailing list