diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-05 19:23:33 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-05 19:23:33 +0000 |
commit | 686c60dfd2528281709bee4b28483211ab4ce2a7 (patch) | |
tree | a08d75b29c1c746c49dd3915346c4d601af93136 /iw | |
parent | da964702187a5ba246d919c49555d984c7e74b1d (diff) | |
download | anaconda-686c60dfd2528281709bee4b28483211ab4ce2a7.tar.gz anaconda-686c60dfd2528281709bee4b28483211ab4ce2a7.tar.xz anaconda-686c60dfd2528281709bee4b28483211ab4ce2a7.zip |
initialize self.causeRB
Diffstat (limited to 'iw')
-rw-r--r-- | iw/dependencies_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/dependencies_gui.py b/iw/dependencies_gui.py index 85799247c..278143c22 100644 --- a/iw/dependencies_gui.py +++ b/iw/dependencies_gui.py @@ -10,6 +10,7 @@ class UnresolvedDependenciesWindow (InstallWindow): ics.setNextEnabled (1) ics.readHTML ("depend") self.dependRB = None + self.causeRB = None def getNext (self): if (self.dependRB and self.dependRB.get_active () |