[gnote] Update notes list when back from note



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]