aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-06-11 20:43:32 +0800
committerTomas Popela <tpopela@redhat.com>2014-06-11 20:43:32 +0800
commit7d17f6a454e6159f75ff03923e2aa3f15142e90b (patch)
treec366d0528acffe3dae0bdb11c5bc1655bc84546f
parent0e7041e60629f31e1c72210d7b59c4437d17a292 (diff)
downloadgsoc2013-evolution-7d17f6a454e6159f75ff03923e2aa3f15142e90b.tar
gsoc2013-evolution-7d17f6a454e6159f75ff03923e2aa3f15142e90b.tar.gz
gsoc2013-evolution-7d17f6a454e6159f75ff03923e2aa3f15142e90b.tar.bz2
gsoc2013-evolution-7d17f6a454e6159f75ff03923e2aa3f15142e90b.tar.lz
gsoc2013-evolution-7d17f6a454e6159f75ff03923e2aa3f15142e90b.tar.xz
gsoc2013-evolution-7d17f6a454e6159f75ff03923e2aa3f15142e90b.tar.zst
gsoc2013-evolution-7d17f6a454e6159f75ff03923e2aa3f15142e90b.zip
EHTMLEditorView: Rename quote_character class to -x-evo-quote-character
-rw-r--r--e-util/e-html-editor-view.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index b2b51cf9e6..8e5a846001 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -3142,7 +3142,7 @@ get_quotation_for_level (gint quote_level)
GString *output = g_string_new ("");
for (ii = 0; ii < quote_level; ii++) {
- g_string_append (output, "<span class=\"quote_character\">");
+ g_string_append (output, "<span class=\"-x-evo-quote-character\">");
g_string_append (output, QUOTE_SYMBOL);
g_string_append (output, " ");
g_string_append (output, "</span>");
@@ -5918,7 +5918,7 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
g_string_append_printf (
stylesheet,
- ".quote_character "
+ ".-x-evo-quote-character "
"{\n"
" color: %s;\n"
"}\n",
@@ -5926,8 +5926,8 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
g_string_append_printf (
stylesheet,
- ".quote_character+"
- ".quote_character"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character"
"{\n"
" color: %s;\n"
"}\n",
@@ -5935,9 +5935,9 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
g_string_append_printf (
stylesheet,
- ".quote_character+"
- ".quote_character+"
- ".quote_character"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character"
"{\n"
" color: %s;\n"
"}\n",
@@ -5945,10 +5945,10 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
g_string_append_printf (
stylesheet,
- ".quote_character+"
- ".quote_character+"
- ".quote_character+"
- ".quote_character"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character"
"{\n"
" color: %s;\n"
"}\n",
@@ -5956,11 +5956,11 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
g_string_append_printf (
stylesheet,
- ".quote_character+"
- ".quote_character+"
- ".quote_character+"
- ".quote_character+"
- ".quote_character"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character+"
+ ".-x-evo-quote-character"
"{\n"
" color: %s;\n"
"}\n",