~ubuntu-branches/ubuntu/saucy/address-book-app/saucy

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/Contacts/ContactSimpleListView.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-30 13:26:46 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20130830132646-rmwumhmdnn55m93i
Tags: 0.2+13.10.20130830.2-0ubuntu1
Automatic snapshot from revision 58

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
                values += " "
179
179
            }
180
180
            if (detail) {
181
 
                values +=  detail.value(detailFields[i])
 
181
                var value = detail.value(detailFields[i])
 
182
                if (value !== undefined) {
 
183
                    values += value
 
184
                }
182
185
            }
183
186
        }
184
187