← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

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

 

Ken VanDine has proposed merging lp:~ken-vandine/ubuntu-calendar-app/url_settings_fix into lp:ubuntu-calendar-app.

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


Requested reviews:
  Ubuntu Calendar Developers (ubuntu-calendar-dev)

For more details, see:
https://code.launchpad.net/~ken-vandine/ubuntu-calendar-app/url_settings_fix/+merge/257571

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

-- 
Your team Ubuntu Calendar Developers is requested to review the proposed merge of lp:~ken-vandine/ubuntu-calendar-app/url_settings_fix into lp:ubuntu-calendar-app.
=== modified file 'CalendarChoicePopup.qml'
--- CalendarChoicePopup.qml	2015-04-13 19:40:48 +0000
+++ CalendarChoicePopup.qml	2015-04-27 19:42:48 +0000
@@ -73,7 +73,7 @@
                 anchors.topMargin:units.gu(2)
                 color: UbuntuColors.green
                 onClicked: {
-                    Qt.openUrlExternally("settings:///online-accounts")
+                    Qt.openUrlExternally("settings:///system/online-accounts")
                 }
 
             }


Follow ups