[gimp/gtk3-port: 229/235] Bug 759030 - gtk3-port parsing error loading css from custom theme



commit 1d335d0695a17ea2fc5a813a29b33e5533ab536a
Author: draekko <draekko sofware+gimp gmail com>
Date:   Fri Dec 4 08:37:15 2015 -0500

    Bug 759030 - gtk3-port parsing error loading css from custom theme
    
    fix css error: 'themes_theme_change_notify: error parsing
    ~/.config/GIMP/3.0/theme.css: theme.css:12:0expected '{' after
    selectors'

 app/gui/themes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gui/themes.c b/app/gui/themes.c
index d1e8842..c86a542 100644
--- a/app/gui/themes.c
+++ b/app/gui/themes.c
@@ -336,7 +336,7 @@ themes_apply_theme (Gimp        *gimp,
              "@import url(\"%s\");\n"
              "@import url(\"%s\");\n"
              "\n"
-             "# end of theme.css\n",
+             "/* end of theme.css */\n",
              gimp_file_get_utf8_name (css_user),
              esc_css_theme,
              esc_css_user) ||


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