[gnote] Close sync dialog when close button is pressed



commit b221d8cb6562d9c106df4c34c0f3c04c647f9833
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Sun Feb 12 23:17:36 2012 +0200

    Close sync dialog when close button is pressed

 src/gnote.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnote.cpp b/src/gnote.cpp
index 1b40617..75beceb 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -483,6 +483,7 @@ namespace gnote {
 
   void Gnote::on_sync_dialog_response(int)
   {
+    m_sync_dlg->hide();
     m_sync_dlg.reset();
   }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]