aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-30 02:11:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-30 02:16:11 +0800
commit975587643fed081b593bceaa050dba1ae821d888 (patch)
tree78a26f30106fd7b53d53435bf0909b7ac4447cbe /composer
parent686337d38223cb9a1286b9ea7bbaa4763b236188 (diff)
downloadgsoc2013-evolution-975587643fed081b593bceaa050dba1ae821d888.tar
gsoc2013-evolution-975587643fed081b593bceaa050dba1ae821d888.tar.gz
gsoc2013-evolution-975587643fed081b593bceaa050dba1ae821d888.tar.bz2
gsoc2013-evolution-975587643fed081b593bceaa050dba1ae821d888.tar.lz
gsoc2013-evolution-975587643fed081b593bceaa050dba1ae821d888.tar.xz
gsoc2013-evolution-975587643fed081b593bceaa050dba1ae821d888.tar.zst
gsoc2013-evolution-975587643fed081b593bceaa050dba1ae821d888.zip
Bug 596712 - Recovered messages not autosaved until modification
Diffstat (limited to 'composer')
-rw-r--r--composer/e-msg-composer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index fa76d83e88..072eb41690 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));