[gimp/gtk3-port: 230/233] Bug 759030 - gtk3-port parsing error loading css from custom theme
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 230/233] Bug 759030 - gtk3-port parsing error loading css from custom theme
- Date: Sun, 20 Mar 2016 20:30:51 +0000 (UTC)
commit 79ec78d9f0a73a0000d501e15eb68d508579b4d5
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]