Merge lp:~ken-vandine/ubuntu-calendar-app/url_settings_fix into lp:ubuntu-calendar-app

Proposed by Ken VanDine
Status: Merged
Approved by: Kunal Parmar
Approved revision: 638
Merged at revision: 643
Proposed branch: lp:~ken-vandine/ubuntu-calendar-app/url_settings_fix
Merge into: lp:ubuntu-calendar-app
Diff against target: 12 lines (+1/-1)
1 file modified
CalendarChoicePopup.qml (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-calendar-app/url_settings_fix
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Kunal Parmar Approve
Review via email: mp+257571@code.launchpad.net

Commit message

Fixed the url for opening the online-accounts plugin of system-settings

Description of the change

Fixed the url for opening the online-accounts plugin of system-settings

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

looks fine to me

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 'CalendarChoicePopup.qml'
2--- CalendarChoicePopup.qml 2015-04-13 19:40:48 +0000
3+++ CalendarChoicePopup.qml 2015-04-27 19:42:48 +0000
4@@ -73,7 +73,7 @@
5 anchors.topMargin:units.gu(2)
6 color: UbuntuColors.green
7 onClicked: {
8- Qt.openUrlExternally("settings:///online-accounts")
9+ Qt.openUrlExternally("settings:///system/online-accounts")
10 }
11
12 }

Subscribers

People subscribed via source and target branches

to status/vote changes: