[anaconda:rhel7/master] Refresh after checkbox clicked (#1074188)

mulhern amulhern at redhat.com
Mon Mar 10 20:00:00 UTC 2014


Resolves: #1074188

If we just update_summary, the checkbox has a visibly unchecked look after the
user has checked it.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 pyanaconda/ui/gui/spokes/filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/filter.py b/pyanaconda/ui/gui/spokes/filter.py
index af40ac2..b4a50e5 100644
--- a/pyanaconda/ui/gui/spokes/filter.py
+++ b/pyanaconda/ui/gui/spokes/filter.py
@@ -619,7 +619,7 @@ class FilterSpoke(NormalSpoke):
         elif not self._store[itr][1] and self._store[itr][3] in self.selected_disks:
             self.selected_disks.remove(self._store[itr][3])
 
-        self._update_summary()
+        self.refresh()
 
     def on_add_iscsi_clicked(self, widget, *args):
         dialog = ISCSIDialog(self.data, self.storage)
-- 
1.8.3.1



More information about the anaconda-patches mailing list