[evolution/wip-webkit2] Fix typos in DOM utils
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip-webkit2] Fix typos in DOM utils
- Date: Tue, 29 Oct 2013 15:49:02 +0000 (UTC)
commit 4d619f3b2c87f5365bf7b894282514e960988804
Author: Tomas Popela <tpopela redhat com>
Date: Tue Oct 29 16:48:15 2013 +0100
Fix typos in DOM utils
e-util/e-dom-utils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-dom-utils.c b/e-util/e-dom-utils.c
index 921fc9f..954fd4e 100644
--- a/e-util/e-dom-utils.c
+++ b/e-util/e-dom-utils.c
@@ -555,7 +555,7 @@ toggle_address_visibility (WebKitDOMElement *button,
NULL,
EVOLUTION_WEB_EXTENSION_OBJECT_PATH,
EVOLUTION_WEB_EXTENSION_INTERFACE,
- "HeadersCollapsed"
+ "HeadersCollapsed",
g_variant_new ("(b)", expanded),
&error);
@@ -605,7 +605,7 @@ e_dom_utils_e_mail_display_bind_dom (WebKitDOMDocument *document,
"*[id^=__evo-moreaddr-]",
"click",
toggle_address_visibility,
- connetion);
+ connection);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]