Merge lp:~rpadovani/ubuntu-rssreader-app/1172879 into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Riccardo Padovani
Status: Merged
Approved by: Joey Chan
Approved revision: 9
Merged at revision: 9
Proposed branch: lp:~rpadovani/ubuntu-rssreader-app/1172879
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 12 lines (+2/-0)
1 file modified
FeedListPage.qml (+2/-0)
To merge this branch: bzr merge lp:~rpadovani/ubuntu-rssreader-app/1172879
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Riccardo Padovani (community) Approve
Review via email: mp+161025@code.launchpad.net

Commit message

Bugfix for #1172879

Description of the change

Bugfix for #1172879

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~rpadovani/ubuntu-rssreader-app/1172879/+merge/161025/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
Riccardo Padovani (rpadovani) :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'FeedListPage.qml'
2--- FeedListPage.qml 2013-04-17 06:15:40 +0000
3+++ FeedListPage.qml 2013-04-25 21:32:36 +0000
4@@ -89,6 +89,8 @@
5 signal xmlLoaded(string xml)
6
7 function loadXml(xmlUrl) {
8+ if (xmlUrl.substr(0,4) !== 'http')
9+ xmlUrl = 'http://' + xmlUrl;
10 var doc = new XMLHttpRequest();
11 doc.onreadystatechange = function() {
12 if (doc.readyState == XMLHttpRequest.DONE) {

Subscribers

People subscribed via source and target branches