Ubuntu Pastebin

Paste from me at Mon, 19 Oct 2015 14:57:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
=== modified file 'DistUpgrade/DistUpgradeFetcherKDE.py'
--- DistUpgrade/DistUpgradeFetcherKDE.py	2015-09-21 21:35:27 +0000
+++ DistUpgrade/DistUpgradeFetcherKDE.py	2015-10-19 14:57:10 +0000
@@ -148,8 +148,8 @@
         cancelButton.setIcon(_icon("dialog-cancel"))
         self.dialog.setWindowTitle(_("Release Notes"))
         self.dialog.show()
-        if self.new_dist.releaseNotesHtmlUri is not None:
-            uri = self._expandUri(self.new_dist.releaseNotesHtmlUri)
+        if self.new_dist.self.new_dist.releaseNotesURI is not None:
+            uri = self._expandUri(self.new_dist.self.new_dist.releaseNotesURI)
             # download/display the release notes
             # TODO: add some progress reporting here
             result = None
Download as text