[Xfce4-commits] <xfce4-appfinder:master> Avoid xfconf error when closing windows on quit.
Nick Schermer
noreply at xfce.org
Mon Dec 26 16:50:02 CET 2011
Updating branch refs/heads/master
to 9151d4f4af6c9a457d19f75e59c69ab0d9aad81c (commit)
from 40969cbff18d15f6f352f11e1ad9f696abfb7086 (commit)
commit 9151d4f4af6c9a457d19f75e59c69ab0d9aad81c
Author: Nick Schermer <nick at xfce.org>
Date: Mon Dec 26 16:44:55 2011 +0100
Avoid xfconf error when closing windows on quit.
src/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
index 1897461..aec7498 100644
--- a/src/main.c
+++ b/src/main.c
@@ -492,8 +492,6 @@ main (gint argc, gchar **argv)
gtk_main ();
- xfconf_shutdown ();
-
/* release the model cache */
if (model_cache != NULL)
g_object_unref (G_OBJECT (model_cache));
@@ -513,5 +511,7 @@ main (gint argc, gchar **argv)
g_slist_foreach (windows_destroy, (GFunc) gtk_widget_destroy, NULL);
}
+ xfconf_shutdown ();
+
return EXIT_SUCCESS;
}
More information about the Xfce4-commits
mailing list