[evolution/gnome-3-22] Bug 771651 - Cannot write certain letters into meeting invitation text area
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-22] Bug 771651 - Cannot write certain letters into meeting invitation text area
- Date: Tue, 20 Sep 2016 11:53:28 +0000 (UTC)
commit 4a23edc3f5df91ae867aff0f2195ff8bca5badee
Author: Tomas Popela <tpopela redhat com>
Date: Tue Sep 20 11:03:16 2016 +0200
Bug 771651 - Cannot write certain letters into meeting invitation text area
Call the "Set" method on the right interface.
web-extensions/e-dom-utils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/web-extensions/e-dom-utils.c b/web-extensions/e-dom-utils.c
index 170b975..5782c74 100644
--- a/web-extensions/e-dom-utils.c
+++ b/web-extensions/e-dom-utils.c
@@ -767,7 +767,7 @@ element_focus_cb (WebKitDOMElement *element,
connection,
E_WEB_EXTENSION_SERVICE_NAME,
E_WEB_EXTENSION_OBJECT_PATH,
- E_WEB_EXTENSION_INTERFACE,
+ "org.freedesktop.DBus.Properties",
"Set",
g_variant_new (
"(ssv)",
@@ -792,7 +792,7 @@ element_blur_cb (WebKitDOMElement *element,
connection,
E_WEB_EXTENSION_SERVICE_NAME,
E_WEB_EXTENSION_OBJECT_PATH,
- E_WEB_EXTENSION_INTERFACE,
+ "org.freedesktop.DBus.Properties",
"Set",
g_variant_new (
"(ssv)",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]