Merge lp:~tiagosh/address-book-app/fix-1208514 into lp:address-book-app

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 64
Merged at revision: 66
Proposed branch: lp:~tiagosh/address-book-app/fix-1208514
Merge into: lp:address-book-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/imports/Ubuntu/Contacts/ContactSimpleListView.qml (+1/-1)
To merge this branch: bzr merge lp:~tiagosh/address-book-app/fix-1208514
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+185377@code.launchpad.net

Commit message

Use contact tag to group contacts.

Description of the change

use contact tag to group contacts.

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
Renato Araujo Oliveira Filho (renatofilho) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/Ubuntu/Contacts/ContactSimpleListView.qml'
2--- src/imports/Ubuntu/Contacts/ContactSimpleListView.qml 2013-09-09 21:58:59 +0000
3+++ src/imports/Ubuntu/Contacts/ContactSimpleListView.qml 2013-09-12 21:50:39 +0000
4@@ -194,7 +194,7 @@
5 clip: true
6 snapMode: ListView.NoSnap
7 section {
8- property: showSections ? "contact.name.firstName" : ""
9+ property: showSections ? "contact.tag.tag" : ""
10 criteria: ViewSection.FirstCharacter
11 labelPositioning: ViewSection.InlineLabels | ViewSection.CurrentLabelAtStart
12 delegate: ListItem.Header {

Subscribers

People subscribed via source and target branches