From 726df05e62500b4783151dc07ca2c66f340a1ce4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 26 May 2006 18:32:01 +0200 Subject: * check if libgnome2-perl is installed and if not expand the terminal and use dialog, otherwise use gnome --- DistUpgrade/DistUpgradeView.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DistUpgrade/DistUpgradeView.py') diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index faa581c8..4b24ee7f 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -35,9 +35,9 @@ class DistUpgradeView(object): def getFetchProgress(self): " return a fetch progress object " return apt.progress.FetchProgress() - def getInstallProgress(self): + def getInstallProgress(self, cache=None): " return a install progress object " - return apt.progress.InstallProgress() + return apt.progress.InstallProgress(cache) def getTerminal(self): return DumbTerminal() def updateStatus(self, msg): -- cgit v1.2.3