[evolution] Move the comment about the citation level colors to the right place
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Move the comment about the citation level colors to the right place
- Date: Wed, 4 Feb 2015 15:55:46 +0000 (UTC)
commit c3a2aeff4768f152579acdc05a0e32b90e97e3a7
Author: Tomas Popela <tpopela redhat com>
Date: Wed Feb 4 16:55:12 2015 +0100
Move the comment about the citation level colors to the right place
e-util/e-html-editor-view.c | 2 --
e-util/e-web-view.c | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 3f05e8a..87211b5 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -8537,8 +8537,6 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
" border-radius: 2px;\n"
"}\n");
- /* Block quote border colors are borrowed from Thunderbird. */
-
g_string_append_printf (
stylesheet,
"blockquote[type=cite]:not(.-x-evo-plaintext-quoted) "
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 538a915..585d9a7 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -2578,6 +2578,7 @@ e_web_view_get_selection_html (EWebView *web_view)
const gchar *
e_web_view_get_citation_color_for_level (gint level)
{
+ /* Block quote border colors are borrowed from Thunderbird. */
static const gchar *citation_color_levels[5] = {
"rgb(233,185,110)", /* level 5 - Chocolate 1 */
"rgb(114,159,207)", /* level 1 - Sky Blue 1 */
@@ -2737,7 +2738,6 @@ e_web_view_update_fonts (EWebView *web_view)
" border-radius: 2px;\n"
"}\n");
- /* Block quote border colors are borrowed from Thunderbird. */
g_string_append_printf (
stylesheet,
"blockquote[type=cite]:not(.-x-evo-plaintext-quoted) "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]