diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-23 16:41:55 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-23 16:41:55 +0100 |
| commit | b4b3505f21186e7325d1282d2aa62f92104e8208 (patch) | |
| tree | bb982247c4fa9fe35d7c281aff6e59569398bab4 /DistUpgrade/DistUpgradeControler.py | |
| parent | a7470cfe01b96da3d387e098630d15e913f7f145 (diff) | |
| parent | c221a3e97d7da6a41f8afbb741a5e72c83b54fd9 (diff) | |
| download | python-apt-b4b3505f21186e7325d1282d2aa62f92104e8208.tar.gz | |
* merged with sebastian
* DistUpgrade/DistUpgrade.glade: make the "hbuttonbox2" invisible
* DistUpgrade/DistUpgradeViewGtk.py: support cancel with the window-managers delete event
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index e67009cf..bea1e40f 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -217,9 +217,8 @@ class DistUpgradeControler(object): self._view.error(_("Error during commit"), _("Some problem occured during the clean-up. " "Please see the below message for more " - "information. ", + "information. "), "%s" % e) - self.cache.commit(fprogress,iprogress) def askForReboot(self): |
