From 8ab51b32a401e28f79c1de1c123bf90b19d12fc4 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Fri, 1 Feb 2013 16:55:11 +0100 Subject: Update the status of all spokes after spoke is closed --- pyanaconda/ui/gui/hubs/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyanaconda/ui/gui/hubs/__init__.py b/pyanaconda/ui/gui/hubs/__init__.py index 39e8705f5..13793150e 100644 --- a/pyanaconda/ui/gui/hubs/__init__.py +++ b/pyanaconda/ui/gui/hubs/__init__.py @@ -376,7 +376,8 @@ class Hub(GUIObject, common.Hub): # Now update the selector with the current status and completeness. if not spoke.indirect: - self._updateCompleteness(spoke) + for sp in self._spokes.itervalues(): + self._updateCompleteness(sp) # And then if that spoke wants us to jump straight to another one, # handle that now. -- cgit