~renatofilho/address-book-app/hide-favorite-if-empty

« back to all changes in this revision

Viewing changes to src/imports/Ubuntu/AddressBook/ContactEditor/ContactDetailAvatarEditor.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-01-14 21:40:05 UTC
  • mfrom: (492.2.38 address-book-app)
  • Revision ID: renato.filho@canonical.com-20160114214005-ysi6boalbysxq80w
Trunk merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    }
145
145
 
146
146
    Component.onDestruction: {
147
 
        console.debug("Delete temporary avatar image:" + root.temporaryAvatar)
148
147
        Contacts.removeFile("file:///" + root.temporaryAvatar)
149
148
        root.temporaryAvatar = ""
150
149
    }