From 4a786f397ec4a4845e58c51288bba1217451f541 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 12 Jan 2006 12:49:33 +0100 Subject: * added a "removal_blacklist.txt" that contains regexp for packagenames that should never get removed --- DistUpgrade/DistUpgradeViewGtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeViewGtk.py') diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 32286e7d..c39efbe6 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -109,8 +109,8 @@ class GtkInstallProgressAdapter(InstallProgress): # setup the child waiting reaper = vte.reaper_get() reaper.connect("child-exited", self.child_exited) - self.finished = False def startUpdate(self): + self.finished = False # FIXME: add support for the timeout # of the terminal (to display something useful then) # -> longer term, move this code into python-apt -- cgit v1.2.3