aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-28 06:30:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-01-28 06:31:34 +0800
commit17eda225c3536ce2667416492df461d343fc06c9 (patch)
tree058ec894437edd11477317bb3d42c31835ce5fd1
parent56bec26a07bc1041f5a01726b875ac1f40baaa49 (diff)
downloadgsoc2013-evolution-17eda225c3536ce2667416492df461d343fc06c9.tar
gsoc2013-evolution-17eda225c3536ce2667416492df461d343fc06c9.tar.gz
gsoc2013-evolution-17eda225c3536ce2667416492df461d343fc06c9.tar.bz2
gsoc2013-evolution-17eda225c3536ce2667416492df461d343fc06c9.tar.lz
gsoc2013-evolution-17eda225c3536ce2667416492df461d343fc06c9.tar.xz
gsoc2013-evolution-17eda225c3536ce2667416492df461d343fc06c9.tar.zst
gsoc2013-evolution-17eda225c3536ce2667416492df461d343fc06c9.zip
Bug 640760 - New mail "stuck" if missing attachment dialog cancelled
-rw-r--r--mail/em-composer-utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index 2668e2f1e0..6929f7069d 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -402,6 +402,9 @@ composer_presend_check_plugins (EMsgComposer *composer)
/* A non-NULL value for this key means the check failed. */
data = g_object_get_data (G_OBJECT (composer), "presend_check_status");
+ /* Clear the value in case we have to run these checks again. */
+ g_object_set_data (G_OBJECT (composer), "presend_check_status", NULL);
+
return (data == NULL);
}