diff options
| author | glatzor@ubuntu.com <> | 2006-09-11 16:04:40 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-09-11 16:04:40 +0200 |
| commit | d37a18474fd00a9cb3e57f13517628095c15bba7 (patch) | |
| tree | b99fa180e0c0d9eea4f7a8ef1d7264ca42a87dfb /DistUpgrade/DistUpgradeView.py | |
| parent | bacc395f5e0e9ae48883d4cdd1258f98ee6d9b21 (diff) | |
| download | python-apt-d37a18474fd00a9cb3e57f13517628095c15bba7.tar.gz | |
* improve wording of some dialogs: no-longer-supported,
no-upgrades-avaiable and replace-conf-file
* introduce an abort method for the view to provide a visual feedback
that the upgrade was canceled
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index 9fda83d4..d5b430b8 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -72,6 +72,9 @@ class DistUpgradeView(object): on the current view """ pass + def abort(): + """ provide a visual feedback that the upgrade was aborted """ + pass def setStep(self, step): """ we have 5 steps current for a upgrade: 1. Analyzing the system |
