[PATCH 1/4] Pass disks into the SelectedDisksDialog (#863588).

Chris Lumens clumens at redhat.com
Mon Oct 8 15:11:05 UTC 2012


---
 pyanaconda/ui/gui/spokes/lib/cart.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/cart.py b/pyanaconda/ui/gui/spokes/lib/cart.py
index bcb9cfa..2162412 100644
--- a/pyanaconda/ui/gui/spokes/lib/cart.py
+++ b/pyanaconda/ui/gui/spokes/lib/cart.py
@@ -81,7 +81,7 @@ class SelectedDisksDialog(GUIObject):
                 row[IS_BOOT_COL] = True
                 break
 
-    def refresh(self, free, showRemove=True):
+    def refresh(self, disks, free, showRemove=True):
         super(SelectedDisksDialog, self).refresh()
 
         self._view = self.builder.get_object("disk_view")
-- 
1.7.11.2



More information about the anaconda-patches mailing list