diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-28 17:56:16 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-28 17:56:16 +0200 |
| commit | 34eb7395b42df46fe9caf53d107d212e39a7cdf8 (patch) | |
| tree | 62823d3f185a6f363c4d3e9fa551b74154ab16b4 /DistUpgrade/DistUpgradeView.py | |
| parent | 17403f483aa261be15fd9620597d18c61da3a80c (diff) | |
| download | python-apt-34eb7395b42df46fe9caf53d107d212e39a7cdf8.tar.gz | |
* DistUpgrade/DistUpgradeView.py:
- added information() function
* DistUpgrade/DistUpgradeViewGtk.py:
- implemented gtk information() function
* DistUpgrade/DistUpgradeControler.py:
- inform the user about disabled third party sources
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index 57b94636..99dedc6f 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -81,4 +81,6 @@ class DistUpgradeView(object): def error(self, summary, msg, extended_msg=None): " display a error " pass - + def information(self, summary, msg): + " display a information msg" + pass |
