Merge lp:~mihirsoni/ubuntu-calendar-app/manageSyncAccounts into lp:ubuntu-calendar-app

Proposed by Mihir Soni
Status: Merged
Approved by: Kunal Parmar
Approved revision: 522
Merged at revision: 523
Proposed branch: lp:~mihirsoni/ubuntu-calendar-app/manageSyncAccounts
Merge into: lp:ubuntu-calendar-app
Diff against target: 18 lines (+9/-0)
1 file modified
CalendarChoicePopup.qml (+9/-0)
To merge this branch: bzr merge lp:~mihirsoni/ubuntu-calendar-app/manageSyncAccounts
Reviewer Review Type Date Requested Status
Kunal Parmar Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+239219@code.launchpad.net

Commit message

Account Management.

Description of the change

Account Management.

To post a comment you must log in.
522. By Mihir Soni

removed space

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

looks good to me

review: Approve

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 2014-09-28 11:49:35 +0000
3+++ CalendarChoicePopup.qml 2014-10-22 15:42:53 +0000
4@@ -42,6 +42,15 @@
5 }
6 }
7
8+ head.actions: Action {
9+ iconName: "contact-group"
10+ objectName: "contactGroup"
11+ text: i18n.tr("Accounts")
12+ onTriggered: {
13+ Qt.openUrlExternally("settings:///online-accounts")
14+ }
15+ }
16+
17 ListView {
18 id: calendarsList
19

Subscribers

People subscribed via source and target branches

to status/vote changes: