summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-02-08 04:21:12 +0000
committerMike Fulbright <msf@redhat.com>2002-02-08 04:21:12 +0000
commita5649c996f254ae1e3b2db0586cda8255bc65d77 (patch)
tree5bb5f7974c6cc050a3bd7751623d8d93270ec3ae /iw/account_gui.py
parentff5728fd1358ded66221f13959c5286d879261b6 (diff)
downloadanaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.gz
anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.xz
anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.zip
oh yeah goodbye reconfig
Diffstat (limited to 'iw/account_gui.py')
-rw-r--r--iw/account_gui.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 41f3aac3a..36402a9e0 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -463,12 +463,6 @@ class AccountWindow (InstallWindow):
# XXX hack
self.users = self.users + 1
- if flags.reconfig:
- label.set_sensitive(gtk.FALSE)
- self.add.set_sensitive(gtk.FALSE)
- self.edit.set_sensitive(gtk.FALSE)
- self.delete.set_sensitive(gtk.FALSE)
-
box.set_border_width (5)
return box