diff options
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", |