[PATCH 05/19] Repopulate the RHS after editing a device.

David Lehman dlehman at redhat.com
Thu Oct 18 21:49:33 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index ebbca81..a26b22e 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1074,6 +1074,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
             self._update_btrfs_selectors()
 
             self._updateSpaceDisplay()
+            self._populate_right_side(selector)
             return
 
         ##
@@ -1128,6 +1129,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
             self._update_btrfs_selectors()
 
             self._updateSpaceDisplay()
+            self._populate_right_side(selector)
 
         ##
         ## ENCRYPTION
-- 
1.7.7.6



More information about the anaconda-patches mailing list