diff options
author | Mike Fulbright <msf@redhat.com> | 2002-08-01 04:11:58 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-08-01 04:11:58 +0000 |
commit | 23261e80877c94d9a3e551510acd4ca90f97bd04 (patch) | |
tree | ea804ff8e4146176d26287c73af3ff215a1d9136 /iw | |
parent | 3435a8d1bebf5c00911281adf7c8f1ff4180dcf3 (diff) | |
download | anaconda-23261e80877c94d9a3e551510acd4ca90f97bd04.tar.gz anaconda-23261e80877c94d9a3e551510acd4ca90f97bd04.tar.xz anaconda-23261e80877c94d9a3e551510acd4ca90f97bd04.zip |
not initializing data bad
Diffstat (limited to 'iw')
-rw-r--r-- | iw/xconfig_gui.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py index 8dc361d20..f9aecd2fd 100644 --- a/iw/xconfig_gui.py +++ b/iw/xconfig_gui.py @@ -919,6 +919,8 @@ class XConfigWindow (InstallWindow): self.xconfig = xconfig self.intf = intf + self.lastvalidselection = None + box = gtk.VBox (gtk.FALSE, 0) box.set_border_width (0) |