[evolution] Bug 596712 - Recovered messages not autosaved until modification
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug 596712 - Recovered messages not autosaved until modification
- Date: Tue, 29 Sep 2009 18:16:43 +0000 (UTC)
commit 975587643fed081b593bceaa050dba1ae821d888
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Sep 29 14:11:49 2009 -0400
Bug 596712 - Recovered messages not autosaved until modification
composer/e-msg-composer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index fa76d83..072eb41 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1294,7 +1294,7 @@ autosave_load_draft (const gchar *filename)
/* Mark the message as changed so it gets autosaved again,
* then we can safely remove the old autosave file in the
* callback function. */
- gtkhtml_editor_set_changed (GTKHTML_EDITOR (composer), FALSE);
+ gtkhtml_editor_set_changed (GTKHTML_EDITOR (composer), TRUE);
e_composer_autosave_snapshot_async (
composer, (GAsyncReadyCallback)
autosave_load_draft_cb, g_strdup (filename));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]