From 07a81be80123030941e9eacc7f3b78f73e9571f2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 4 Apr 2006 15:01:00 +0200 Subject: * if we have no release notes, return true from showRelease notes --- UpdateManager/DistUpgradeFetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UpdateManager') diff --git a/UpdateManager/DistUpgradeFetcher.py b/UpdateManager/DistUpgradeFetcher.py index e9347f7c..131fd28e 100644 --- a/UpdateManager/DistUpgradeFetcher.py +++ b/UpdateManager/DistUpgradeFetcher.py @@ -90,7 +90,7 @@ class DistUpgradeFetcher(object): # user clicked cancel if res == gtk.RESPONSE_CANCEL: return False - return True + return True def authenticate(self): if self.new_dist.upgradeToolSig: -- cgit v1.2.3