summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-11-15 18:15:51 +0000
committerChris Lumens <clumens@redhat.com>2005-11-15 18:15:51 +0000
commit9f8f2733d93f6cbedfbe548a11d7369565533a7e (patch)
tree61a5bde28fbc20fb5c6fb10d9538861fae94f331
parent382eff985c2289de931df26973a7d122bbba0651 (diff)
downloadanaconda-9f8f2733d93f6cbedfbe548a11d7369565533a7e.tar.gz
anaconda-9f8f2733d93f6cbedfbe548a11d7369565533a7e.tar.xz
anaconda-9f8f2733d93f6cbedfbe548a11d7369565533a7e.zip
Use self.method
-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..."))