Merge lp:~renatofilho/address-book-app/fix-1199110 into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Bill Filler
Approved revision: 14
Merged at revision: 14
Proposed branch: lp:~renatofilho/address-book-app/fix-1199110
Merge into: lp:address-book-app
Diff against target: 15 lines (+1/-2)
1 file modified
src/imports/ContactList/ContactList.qml (+1/-2)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-1199110
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+174744@code.launchpad.net

Commit message

Removed phone number from contact details on contact list.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/ContactList/ContactList.qml'
2--- src/imports/ContactList/ContactList.qml 2013-07-12 23:47:26 +0000
3+++ src/imports/ContactList/ContactList.qml 2013-07-15 13:10:32 +0000
4@@ -112,10 +112,9 @@
5 }
6 }
7
8- delegate: ListItem.Subtitled {
9+ delegate: ListItem.Standard {
10 icon: contact && contact.avatar && (contact.avatar.imageUrl != "") ? Qt.resolvedUrl(contact.avatar.imageUrl) : "artwork:/avatar-default.png"
11 text: contactListView.formatNameToDisplay(contact)
12- subText: contact && contact.phoneNumber ? contact.phoneNumber.number : ""
13
14 onClicked: {
15 contactListView.currentIndex = index

Subscribers

People subscribed via source and target branches