[evolution] Bug 600861 - Backup utility should use --quit instead of --force-shutdown



commit 8bce26958ff1dddadfeeeba9475239473fc71a94
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Apr 17 13:44:29 2010 -0400

    Bug 600861 - Backup utility should use --quit instead of --force-shutdown

 plugins/backup-restore/backup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c
index 9304a13..849c9ef 100644
--- a/plugins/backup-restore/backup.c
+++ b/plugins/backup-restore/backup.c
@@ -188,7 +188,7 @@ backup (const gchar *filename)
 	CANCEL (complete);
 	txt = _("Shutting down Evolution");
 	/* FIXME Will the versioned setting always work? */
-	run_cmd (EVOLUTION " --force-shutdown");
+	run_cmd (EVOLUTION " --quit");
 
 	run_cmd ("rm $HOME/.evolution/.running");
 
@@ -249,7 +249,7 @@ restore (const gchar *filename)
 	/* FIXME Will the versioned setting always work? */
 	CANCEL (complete);
 	txt = _("Shutting down Evolution");
-	run_cmd (EVOLUTION " --force-shutdown");
+	run_cmd (EVOLUTION " --quit");
 
 	CANCEL (complete);
 	txt = _("Backup current Evolution data");



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