~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to CalendarChoicePopup.qml

  • Committer: Launchpad Translations on behalf of ubuntu-calendar-dev
  • Date: 2014-11-02 06:12:36 UTC
  • mto: (535.1.1 Minor-Performance) (524.4.6 EmptyAttendee)
  • mto: This revision was merged to the branch mainline in revision 536.
  • Revision ID: launchpad_translations_on_behalf_of_ubuntu-calendar-dev-20141102061236-a7kp4xb17gh3ranc
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        }
43
43
    }
44
44
 
 
45
    head.actions:  Action {
 
46
        iconName: "contact-group"
 
47
        objectName: "contactGroup"
 
48
        text: i18n.tr("Accounts")
 
49
        onTriggered: {
 
50
            Qt.openUrlExternally("settings:///online-accounts")
 
51
        }
 
52
    }
 
53
 
45
54
    ListView {
46
55
        id: calendarsList
47
56