[PATCH 2/5] Everywhere we make a MountpointSelector, give it a _root attr (#868702).

Chris Lumens clumens at redhat.com
Mon Oct 22 20:55:18 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index f64d416..1405986 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -842,6 +842,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
             selector = page.addDevice(name, Size(spec="%f MB" % _device.size),
                                       mountpoint, self.on_selector_clicked)
             selector._device = _device
+            selector._root = None
 
         page.show_all()
 
-- 
1.7.11.2



More information about the anaconda-patches mailing list