=== 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