summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2009-10-13 15:05:02 +0200
committerRadek Vykydal <rvykydal@redhat.com>2009-10-13 15:05:02 +0200
commit50360845ff5f62bfdab6471024d6f615c3b86ec5 (patch)
treee31d0e36d6cef162feca67c0f068969fa048e74d
parentd7f71bd9a0cd55c779d4009b47b63db08b346212 (diff)
downloadanaconda-50360845ff5f62bfdab6471024d6f615c3b86ec5.tar.gz
anaconda-50360845ff5f62bfdab6471024d6f615c3b86ec5.tar.xz
anaconda-50360845ff5f62bfdab6471024d6f615c3b86ec5.zip
Show user of which repository he edits the url (methodstr editing).
I'd set insensitive also the other elements instead of hiding them which makes the dialog desert. The dialog probably needs some more polishing.
-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()