summaryrefslogtreecommitdiffstats
path: root/iw/task_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/task_gui.py')
-rw-r--r--iw/task_gui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py
index 799905f0e..198912d55 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -400,8 +400,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()