[evolution] EWebView: Remove a stray newline causing build failures.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EWebView: Remove a stray newline causing build failures.
- Date: Fri, 27 Jul 2012 17:02:43 +0000 (UTC)
commit de207fd8d87d65e9a2f02b4a8ca7d9836f126a57
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Jul 27 13:01:59 2012 -0400
EWebView: Remove a stray newline causing build failures.
widgets/misc/e-web-view.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index 8d6f9fe..0908449 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -1887,8 +1887,7 @@ e_web_view_clear (EWebView *web_view)
style_context, state_flags, &rgba);
html = g_strdup_printf (
- "<html><head></hea
- d><body bgcolor=\"#%06x\"></body></html>",
+ "<html><head></head><body bgcolor=\"#%06x\"></body></html>",
e_rgba_to_value (&rgba));
webkit_web_view_load_html_string (WEBKIT_WEB_VIEW (web_view), html, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]