[evolution/wip-webkit2] EWebView - Rename CSS style sheet



commit 4596fa6a49d8cf855bfc01dede8b058ab832df9b
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Nov 15 13:09:00 2013 +0100

    EWebView - Rename CSS style sheet

 e-util/e-web-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 1d7dca6..0095b43 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -603,7 +603,7 @@ style_updated_cb (EWebView *web_view)
 
        e_web_view_add_css_rule_into_style_sheet (
                web_view,
-               "-e-web-view-css-sheet",
+               "-e-web-view-style-sheet",
                ".-e-web-view-background-color",
                style);
 
@@ -619,7 +619,7 @@ style_updated_cb (EWebView *web_view)
 
        e_web_view_add_css_rule_into_style_sheet (
                web_view,
-               "-e-web-view-css-sheet",
+               "-e-web-view-style-sheet",
                ".-e-web-view-text-color",
                style);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]