[gimp] themes: minor theme fix.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] themes: minor theme fix.
- Date: Sat, 15 Jul 2017 12:43:32 +0000 (UTC)
commit be6ccc491c8560b8acfbfab1c24dad1c2b9d6378
Author: Jehan <jehan girinstud io>
Date: Sat Jul 15 14:39:16 2017 +0200
themes: minor theme fix.
s/gtk-application-prefer-gimp-dark-theme/gtk-application-prefer-dark-theme/
I'm actually not sure if this property is supposed to be in the gtkrc
file. It looks like it is available only from GTK+3, and isn't it more
of an application settings in order to select the right theme variant,
rather than a specific theme settings?
Anyway let's at least set the right property name.
themes/Dark/gtkrc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Dark/gtkrc b/themes/Dark/gtkrc
index 6e37db9..ac370de 100644
--- a/themes/Dark/gtkrc
+++ b/themes/Dark/gtkrc
@@ -56,7 +56,7 @@ gtk-button-images = 0
gtk-auto-mnemonics = 1
#gtk-primary-button-warps-slider = 1
gtk-toolbar-style = GTK_TOOLBAR_ICONS
-gtk-application-prefer-gimp-dark-theme = true
+gtk-application-prefer-dark-theme = true
#gtk-font-name = "Sans 11"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]