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

Proposed by Riccardo Padovani
Status: Merged
Approved by: Michael Zanetti
Approved revision: 36
Merged at revision: 36
Proposed branch: lp:~rpadovani/reminders-app/1273102
Merge into: lp:reminders-app
Diff against target: 11 lines (+1/-0)
1 file modified
src/app/qml/ui/EditNotePage.qml (+1/-0)
To merge this branch: bzr merge lp:~rpadovani/reminders-app/1273102
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Michael Zanetti (community) Approve
Review via email: mp+203309@code.launchpad.net

Commit message

Fixed #1273102: Do not save note if the back button is tapped

Description of the change

Fixed #1273102: Do not save note if the back button is tapped

To post a comment you must log in.
Revision history for this message
Michael Zanetti (mzanetti) wrote :

lgtm

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/ui/EditNotePage.qml'
2--- src/app/qml/ui/EditNotePage.qml 2014-01-24 18:18:26 +0000
3+++ src/app/qml/ui/EditNotePage.qml 2014-01-27 12:02:21 +0000
4@@ -72,6 +72,7 @@
5 MouseArea {
6 anchors.fill: parent
7 onClicked: {
8+ NotesStore.deleteNote(note.guid);
9 pagestack.pop();
10 }
11 }

Subscribers

People subscribed via source and target branches