From 799173d10917ac130d9ccb8a54c9a12b3be2b49e Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Tue, 24 Jan 2006 20:19:19 +0100 Subject: * use a wider border in the synaptic window * unset title and set skip taskbar and pager hint * comment in finishUpdate - Sorry --- DistUpgrade/DistUpgradeViewGtk.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DistUpgrade') diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index f538c1a9..09c6703d 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -164,9 +164,9 @@ class GtkInstallProgressAdapter(InstallProgress): while not self.finished: self.updateInterface() return self.apt_status - # def finishUpdate(self): - #self.progress.hide() - #self.label_status.set_text("") + def finishUpdate(self): + self.progress.hide() + self.label_status.set_text("") def updateInterface(self): InstallProgress.updateInterface(self) self.progress.set_fraction(self.percent/100.0) -- cgit v1.2.3