diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-08-20 23:54:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-08-20 23:54:51 +0000 |
commit | dd8951f2026a93111f29b1d6d670e622db1951e3 (patch) | |
tree | 795f40e92150953edb8b5db5a1dab0436f875bd7 /iw | |
parent | 3960c2c5b13e4e11d54a6d85c33e5675a284a794 (diff) | |
download | anaconda-dd8951f2026a93111f29b1d6d670e622db1951e3.tar.gz anaconda-dd8951f2026a93111f29b1d6d670e622db1951e3.tar.xz anaconda-dd8951f2026a93111f29b1d6d670e622db1951e3.zip |
merge changes from taroon branch
Diffstat (limited to 'iw')
-rw-r--r-- | iw/xconfig_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py index 120c6ef49..34ad27cf6 100644 --- a/iw/xconfig_gui.py +++ b/iw/xconfig_gui.py @@ -782,6 +782,7 @@ class XConfigWindow (InstallWindow): def __init__ (self, ics): InstallWindow.__init__ (self, ics) + ics.setPrevEnabled (gtk.FALSE) self.ics = ics def getNext (self): |