[gnome-utils] Sync gconf when closing the dialog. Bug 625308.
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-utils] Sync gconf when closing the dialog. Bug 625308.
- Date: Mon, 26 Jul 2010 12:42:24 +0000 (UTC)
commit fd714e08173e77b7f6b33309464ca7e80e0447e6
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Jul 26 14:42:15 2010 +0200
Sync gconf when closing the dialog. Bug 625308.
baobab/src/baobab-prefs.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/baobab/src/baobab-prefs.c b/baobab/src/baobab-prefs.c
index 644fa26..0786ffa 100644
--- a/baobab/src/baobab-prefs.c
+++ b/baobab/src/baobab-prefs.c
@@ -124,6 +124,7 @@ filechooser_response_cb (GtkDialog *dialog,
baobab_help_display (GTK_WINDOW (baobab.window),
"baobab.xml", "baobab-preferences");
break;
+ case GTK_RESPONSE_DELETE_EVENT:
case GTK_RESPONSE_CLOSE:
save_gconf (model);
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]