I'd set insensitive also the other elements instead of hiding them which makes the dialog desert. The dialog probably needs some more polishing. --- iw/task_gui.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/iw/task_gui.py b/iw/task_gui.py index 7cbc074..c297446 100644 --- a/iw/task_gui.py +++ b/iw/task_gui.py @@ -408,8 +408,7 @@ class RepoMethodstrEditor(RepoEditor): # Hide a bunch of stuff that doesn't apply when we're just prompting # for enough information to form a methodstr. - self.dxml.get_widget("nameLabel").hide() - self.nameEntry.hide() + self.nameEntry.set_sensitive(False) self.mirrorlistCheckbox.hide() self.proxyCheckbox.hide() self.proxyTable.hide() -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list