[evolution-ews] Bug #705337 - OOO message not shown
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Bug #705337 - OOO message not shown
- Date: Fri, 9 Aug 2013 04:21:20 +0000 (UTC)
commit 84065673ddfe6bb5c86ea1712e8a8e41b90efac8
Author: David Woodhouse <David Woodhouse intel com>
Date: Fri Aug 9 06:20:49 2013 +0200
Bug #705337 - OOO message not shown
src/server/e-ews-oof-settings.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/server/e-ews-oof-settings.c b/src/server/e-ews-oof-settings.c
index 0dd97e5..34805c7 100644
--- a/src/server/e-ews-oof-settings.c
+++ b/src/server/e-ews-oof-settings.c
@@ -243,7 +243,7 @@ ews_oof_settings_get_response_cb (ESoapResponse *response,
else if (g_strrstr (string, "BodyFragment") != NULL)
text = ews_oof_settings_text_from_html (string);
else
- text = NULL;
+ text = g_strdup (string);
e_ews_oof_settings_set_internal_reply (settings, text ? text : "");
g_free (string);
g_free (text);
@@ -260,7 +260,7 @@ ews_oof_settings_get_response_cb (ESoapResponse *response,
else if (g_strrstr (string, "BodyFragment") != NULL)
text = ews_oof_settings_text_from_html (string);
else
- text = NULL;
+ text = g_strdup (string);
e_ews_oof_settings_set_external_reply (settings, text ? text : "");
g_free (string);
g_free (text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]