--- iw/task_gui.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/iw/task_gui.py b/iw/task_gui.py index 268372b..30c28dc 100644 --- a/iw/task_gui.py +++ b/iw/task_gui.py @@ -508,6 +508,8 @@ class TaskWindow(InstallWindow): dialog.createDialog() dialog.run() + model.set_value(iter, 0, dialog.repo.isEnabled()) + model.set_value(iter, 1, dialog.repo.name) model.set_value(iter, 2, dialog.repo) def _addRepo(self, *args): -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list