diff options
-rw-r--r-- | iw/welcome_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py index f9815f4..e558f25 100644 --- a/iw/welcome_gui.py +++ b/iw/welcome_gui.py @@ -115,7 +115,7 @@ environment installed on your new system. "), ip = anaconda.mainxml.get_widget("install_progress") current_progress = ip.get_fraction() step = 1/len(self.windows) - new_progress = current_progress + step() + new_progress = current_progress + step if chapter == 0: new_progress = 0 ip.set_fraction(new_progress) |