diff options
Diffstat (limited to 'iw/task_gui.py')
-rw-r--r-- | iw/task_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py index 786747f95..dcb4474dc 100644 --- a/iw/task_gui.py +++ b/iw/task_gui.py @@ -250,7 +250,7 @@ class TaskWindow(InstallWindow): self._createRepoStore() if not anaconda.id.instClass.allowExtraRepos: - self.xml.get_widget("addRepoBox").hide() + vbox.remove(self.xml.get_widget("addRepoBox")) self.xml.get_widget("addRepoButton").connect("clicked", self._addRepo) |