From 34eb7395b42df46fe9caf53d107d212e39a7cdf8 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 28 Apr 2006 17:56:16 +0200 Subject: * DistUpgrade/DistUpgradeView.py: - added information() function * DistUpgrade/DistUpgradeViewGtk.py: - implemented gtk information() function * DistUpgrade/DistUpgradeControler.py: - inform the user about disabled third party sources --- DistUpgrade/DistUpgradeView.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DistUpgrade/DistUpgradeView.py') 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 -- cgit v1.2.3