diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 10:23:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 10:23:29 +0200 |
commit | cd1c28cd7a1631f99d6a6efa1b74180d82c76cc3 (patch) | |
tree | 77d7ebf8edb9d03ce10fd5b7e141bf8852ba5bb2 /views/people/main.qml | |
parent | 3e825ba9a048c9d93de02352c6a142fc6d8d921b (diff) | |
download | kube-cd1c28cd7a1631f99d6a6efa1b74180d82c76cc3.tar.gz kube-cd1c28cd7a1631f99d6a6efa1b74180d82c76cc3.zip |
Cleanup
Diffstat (limited to 'views/people/main.qml')
-rw-r--r-- | views/people/main.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/people/main.qml b/views/people/main.qml index 0ff35db3..4249c392 100644 --- a/views/people/main.qml +++ b/views/people/main.qml | |||
@@ -46,6 +46,11 @@ ApplicationWindow { | |||
46 | type: "carddav", | 46 | type: "carddav", |
47 | }], | 47 | }], |
48 | addressbooks: [{ | 48 | addressbooks: [{ |
49 | id: "addressbook0", | ||
50 | resource: "carddavresource", | ||
51 | name: "Addressbook(wrong)" | ||
52 | }, | ||
53 | { | ||
49 | id: "addressbook1", | 54 | id: "addressbook1", |
50 | resource: "carddavresource", | 55 | resource: "carddavresource", |
51 | name: "Default Addressbook", | 56 | name: "Default Addressbook", |