summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-04 15:01:00 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-04 15:01:00 +0200
commit07a81be80123030941e9eacc7f3b78f73e9571f2 (patch)
treee991dcc03b8369d39ed301b6ee206d2b18c537a0 /UpdateManager
parentcfdf56d0896513feaf59e91146feb875f852b4e5 (diff)
downloadpython-apt-07a81be80123030941e9eacc7f3b78f73e9571f2.tar.gz
* if we have no release notes, return true from showRelease notes
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/DistUpgradeFetcher.py2
1 files changed, 1 insertions, 1 deletions
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: