[evolution] Correct order of "assign value" and "call function" when saving to drafts
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Correct order of "assign value" and "call function" when saving to drafts
- Date: Fri, 5 Aug 2016 07:17:24 +0000 (UTC)
commit 1a0accab4c795559258f613c16c604c47356b63f
Author: Milan Crha <mcrha redhat com>
Date: Fri Aug 5 09:15:43 2016 +0200
Correct order of "assign value" and "call function" when saving to drafts
mail/em-composer-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index b56b628..a983db5 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -1114,8 +1114,8 @@ em_utils_composer_save_to_drafts_cb (EMsgComposer *composer,
session, E_MAIL_LOCAL_FOLDER_DRAFTS);
if (drafts_folder_uri == NULL) {
- composer_save_to_drafts_append_mail (async_context, NULL);
async_context->folder_uri = g_strdup (local_drafts_folder_uri);
+ composer_save_to_drafts_append_mail (async_context, NULL);
} else {
GCancellable *cancellable;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]