[gedit/wip/gtkapp] No need to call g_settings_sync anymore with GtkApplication
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/gtkapp] No need to call g_settings_sync anymore with GtkApplication
- Date: Tue, 31 Jul 2012 10:16:00 +0000 (UTC)
commit dcc5217eb8790eb7548f847751eda1a054067b49
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jul 31 10:55:53 2012 +0200
No need to call g_settings_sync anymore with GtkApplication
gedit/gedit.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gedit/gedit.c b/gedit/gedit.c
index 575904b..dc9f98b 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -98,9 +98,6 @@ main (int argc, char *argv[])
app = gedit_app_get_default ();
status = g_application_run (G_APPLICATION (app), argc, argv);
- /* Make sure settings are saved */
- g_settings_sync ();
-
/* Cleanup */
g_object_unref (app);
g_object_unref (engine);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]