summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-05 19:23:33 +0000
committerMatt Wilson <msw@redhat.com>2000-06-05 19:23:33 +0000
commit686c60dfd2528281709bee4b28483211ab4ce2a7 (patch)
treea08d75b29c1c746c49dd3915346c4d601af93136
parentda964702187a5ba246d919c49555d984c7e74b1d (diff)
downloadanaconda-686c60dfd2528281709bee4b28483211ab4ce2a7.tar.gz
anaconda-686c60dfd2528281709bee4b28483211ab4ce2a7.tar.xz
anaconda-686c60dfd2528281709bee4b28483211ab4ce2a7.zip
initialize self.causeRB
-rw-r--r--iw/dependencies_gui.py1
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 ()