Merge lp:~rpadovani/reminders-app/contentImport into lp:reminders-app

Proposed by Riccardo Padovani
Status: Merged
Approved by: David Planella
Approved revision: 94
Merged at revision: 100
Proposed branch: lp:~rpadovani/reminders-app/contentImport
Merge into: lp:reminders-app
Diff against target: 14 lines (+2/-2)
1 file modified
src/app/qml/ui/EditNoteView.qml (+2/-2)
To merge this branch: bzr merge lp:~rpadovani/reminders-app/contentImport
Reviewer Review Type Date Requested Status
David Planella Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+212958@code.launchpad.net

Commit message

Updated ContentImportHint to ContentTransferHint due new API implementation

Description of the change

Updated ContentImportHint to ContentTransferHint due new API implementation

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
David Planella (dpm) wrote :

Looks good to me thanks and sorry for the delay in reviewing!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/ui/EditNoteView.qml'
2--- src/app/qml/ui/EditNoteView.qml 2014-02-18 22:58:40 +0000
3+++ src/app/qml/ui/EditNoteView.qml 2014-03-26 22:19:07 +0000
4@@ -36,8 +36,8 @@
5 property var activeTransfer
6 }
7
8- ContentImportHint {
9- id: importHint
10+ ContentTransferHint {
11+ id: transferHint
12 anchors.fill: parent
13 activeTransfer: root.activeTransfer
14 }

Subscribers

People subscribed via source and target branches