[evolution] Bug 640760 - New mail "stuck" if missing attachment dialog cancelled
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 640760 - New mail "stuck" if missing attachment dialog cancelled
- Date: Thu, 27 Jan 2011 22:31:45 +0000 (UTC)
commit 17eda225c3536ce2667416492df461d343fc06c9
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Jan 27 17:30:41 2011 -0500
Bug 640760 - New mail "stuck" if missing attachment dialog cancelled
mail/em-composer-utils.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index 2668e2f..6929f70 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]