[evolution] Messages could not be sometimes quoted correctly
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Messages could not be sometimes quoted correctly
- Date: Tue, 15 Nov 2016 12:38:31 +0000 (UTC)
commit b4b4845e6c0e4f4510d9f66a084b3bcb9e7b4425
Author: Tomas Popela <tpopela redhat com>
Date: Tue Nov 15 13:34:28 2016 +0100
Messages could not be sometimes quoted correctly
Don't use async call when setting whether message will be converted in
situ.
src/modules/webkit-editor/e-webkit-editor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/modules/webkit-editor/e-webkit-editor.c b/src/modules/webkit-editor/e-webkit-editor.c
index 009eeba..fa7faeb 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -1691,11 +1691,11 @@ static void
set_convert_in_situ (EWebKitEditor *wk_editor,
gboolean value)
{
- e_util_invoke_g_dbus_proxy_call_with_error_check (
+ e_util_invoke_g_dbus_proxy_call_sync_wrapper_with_error_check (
wk_editor->priv->web_extension,
"SetConvertInSitu",
g_variant_new ("(tb)", current_page_id (wk_editor), value),
- wk_editor->priv->cancellable);
+ NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]