summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-10-24 21:28:46 +0000
committerJeremy Katz <katzj@redhat.com>2006-10-24 21:28:46 +0000
commit67312302c95a96bc811e7c0fda888c92e5626d65 (patch)
tree503dbc9c0152ff40c1505dea4e224f4a32623019 /iw
parent9cfb5c71107c04c6e6b653736a9baf478bcb9c0f (diff)
downloadanaconda-67312302c95a96bc811e7c0fda888c92e5626d65.tar.gz
anaconda-67312302c95a96bc811e7c0fda888c92e5626d65.tar.xz
anaconda-67312302c95a96bc811e7c0fda888c92e5626d65.zip
2006-10-24 Jeremy Katz <katzj@redhat.com>
* iw/examine_gui.py (UpgradeExamineWindow.getNext): Make it so that we use the install key + repopaths on upgrade (#211547) * textw/upgrade_text.py (UpgradeExamineWindow.__call__): Text too
Diffstat (limited to 'iw')
-rw-r--r--iw/examine_gui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py
index 3f5218eaf..70df545ea 100644
--- a/iw/examine_gui.py
+++ b/iw/examine_gui.py
@@ -34,6 +34,10 @@ class UpgradeExamineWindow (InstallWindow):
if self.doupgrade:
# set the install class to be an upgrade
c = UpgradeClass(flags.expert)
+ # hack, hack, hack...
+ c.installkey = self.anaconda.id.instClass.installkey
+ c.repopaths = self.anaconda.id.instClass.repopaths
+
c.setSteps(self.anaconda.dispatch)
c.setInstallData(self.anaconda)