Comment 3 for bug 1227818

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

I found the problem the contact list is importing the telephony module, I am not sure the reason for that I need to confirm with boiko or tiago tomorrow.

This diff fix the problem:

=== modified file 'src/imports/Ubuntu/Contacts/ContactSimpleListView.qml'
--- src/imports/Ubuntu/Contacts/ContactSimpleListView.qml 2013-09-12 21:46:40 +0000
+++ src/imports/Ubuntu/Contacts/ContactSimpleListView.qml 2013-09-19 23:23:14 +0000
@@ -18,7 +18,7 @@
 import QtContacts 5.0
 import Ubuntu.Components 0.1
 import Ubuntu.Components.ListItems 0.1 as ListItem
-import Ubuntu.Telephony 0.1
+//import Ubuntu.Telephony 0.1

 import "ContactList.js" as Sections