[gnote] Add close button to sync conflict resolution dialog



commit b79f569da0dc837b49eb2a9d97ef09323477dded
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Thu Feb 16 19:44:58 2012 +0200

    Add close button to sync conflict resolution dialog

 src/preferencesdialog.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index 3d29b6d..da7776b 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -1073,6 +1073,7 @@ namespace gnote {
 
     advancedDlg->get_vbox()->pack_start(*label, false, false, 6);
     advancedDlg->get_vbox()->pack_start(*vbox, false, false, 0);
+    advancedDlg->add_button(Gtk::Stock::CLOSE, Gtk::RESPONSE_OK);
 
     advancedDlg->show_all();
 



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