[gimp/gtk3-port: 230/231] 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/231] Bug 759030 - gtk3-port parsing error loading css from custom theme
- Date: Mon, 4 Jan 2016 22:26:26 +0000 (UTC)
commit 24d6d35afe936ae4c9c36ba033e3f89e6d117eed
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 1d2d6e9..e44d855 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]