[gnote] Update notes list when back from note
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Update notes list when back from note
- Date: Sat, 4 Jan 2014 15:29:13 +0000 (UTC)
commit 18404365280f43413693896c3bf2dd53bcf03a99
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sat Jan 4 17:17:38 2014 +0200
Update notes list when back from note
Fixes bug 721358.
src/notewindow.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index 39d4b29..f42d0dd 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -198,6 +198,8 @@ namespace gnote {
m_note.queue_save(NO_CHANGE);
}
}
+
+ m_note.save(); // to update not title immediately in notes list
}
void NoteWindow::hint_size(int & width, int & height)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]