[gedit/wip/gtkapp: 20/38] 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: 20/38] No need to call g_settings_sync anymore with GtkApplication
- Date: Sat, 10 Nov 2012 10:24:52 +0000 (UTC)
commit 740a0aeefae03e531c1e57016fa3699ee0e62569
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 7cfdacc..b74c258 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -95,9 +95,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]