diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-12 12:49:33 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-12 12:49:33 +0100 |
| commit | 4a786f397ec4a4845e58c51288bba1217451f541 (patch) | |
| tree | 4dc2065051bc252fe8a16a0f7bd25f764dda3f4d /DistUpgrade/DistUpgradeViewGtk.py | |
| parent | 6a7d3c4fdea2f85b100bbccaabb41637450e78e6 (diff) | |
| download | python-apt-4a786f397ec4a4845e58c51288bba1217451f541.tar.gz | |
* added a "removal_blacklist.txt" that contains regexp for packagenames that should never get removed
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
