[evolution] EWebView: Remove a backward-compatibility hack.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EWebView: Remove a backward-compatibility hack.
- Date: Sun, 7 Apr 2013 16:25:10 +0000 (UTC)
commit fa875d8565824e3a6c2cdeeb9b2e4e95009c2723
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Apr 7 11:14:19 2013 -0400
EWebView: Remove a backward-compatibility hack.
We require WebKitGTK+ >= 1.10 so we can drop a hack to support < 1.9.6.
e-util/e-web-view.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index dd4f261..32c37e0 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -468,15 +468,7 @@ web_view_update_document_highlights (EWebView *web_view)
span = webkit_dom_document_create_element (document, "span", NULL);
- /* See https://bugzilla.gnome.org/show_bug.cgi?id=681400
- * FIXME: This can be removed once we require WebKitGtk 1.10+ */
- #if WEBKIT_CHECK_VERSION (1, 9, 6)
- webkit_dom_element_set_class_name (
- span, "__evo-highlight");
- #else
- webkit_dom_html_element_set_class_name (
- WEBKIT_DOM_HTML_ELEMENT (span), "__evo-highlight");
- #endif
+ webkit_dom_element_set_class_name (span, "__evo-highlight");
webkit_dom_html_element_set_inner_text (
WEBKIT_DOM_HTML_ELEMENT (span), text, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]