~rpadovani/reminders-app/1318078

« back to all changes in this revision

Viewing changes to src/app/qml/reminders.qml

  • Committer: Riccardo Padovani
  • Date: 2014-05-10 09:22:59 UTC
  • Revision ID: rpadovani@ubuntu.com-20140510092259-idl1ng12vubmpmvn
Remove wrong actions in toolbar when close note opened from a notebook

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
                            print("foo", page.selectedNote);
237
237
                            if (page.selectedNote) {
238
238
                                root.displayNote(page.selectedNote);
 
239
                                if (root.narrowMode) {
 
240
                                    page.selectedNote = null;
 
241
                                }
239
242
                            }
240
243
                        })
241
244
                        page.editNote.connect(function(note) {