[evolution/wip/webkit2] Fix swapped function arguments in ask_confirm_for_unwanted_html_mail
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Fix swapped function arguments in ask_confirm_for_unwanted_html_mail
- Date: Fri, 26 Feb 2016 12:43:34 +0000 (UTC)
commit 29b45a54c069fe3dd20d9a324e75ef9022d3359d
Author: Erik van Pienbroek <epienbro fedoraproject org>
Date: Fri Aug 7 06:35:25 2015 +0200
Fix swapped function arguments in ask_confirm_for_unwanted_html_mail
In commit 2b9ac3 a regression was introduced which caused
sending HTML messages to trigger the following error:
Settings schema 'prompt-on-unwanted-html' is not installed
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1251123
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 473a903..91b410e 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -131,7 +131,7 @@ ask_confirm_for_unwanted_html_mail (EMsgComposer *composer,
if (str->len)
res = e_util_prompt_user (
GTK_WINDOW (composer),
- "prompt-on-unwanted-html", "org.gnome.evolution.mail",
+ "org.gnome.evolution.mail", "prompt-on-unwanted-html",
"mail:ask-send-html", str->str, NULL);
else
res = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]