summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index cfb23cfa4..d5675b716 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -665,7 +665,7 @@ class YumBackend(AnacondaBackend):
id.instProgress.setSizes(len(self.dlpkgs), self.totalSize, self.totalFiles)
id.instProgress.processEvents()
- cb = simpleCallback(intf.messageWindow, id.instProgress, pkgTimer, self.methodstr, intf.progressWindow, self.instLog, self.modeText, self.ayum.ts)
+ cb = simpleCallback(intf.messageWindow, id.instProgress, pkgTimer, self.method, intf.progressWindow, self.instLog, self.modeText, self.ayum.ts)
cb.initWindow = intf.waitWindow(_("Install Starting"),
_("Starting install process. This may take several minutes..."))