[gok] Disable gtk engines in gok.rc



commit f441b77f6ab26adb6245f44356958aaeae7af76e
Author: Gerd Kohlberger <gerdk src gnome org>
Date:   Mon Aug 10 21:09:36 2009 +0200

    Disable gtk engines in gok.rc
    
    We have to disable the use of gtk engines again, because not all
    engines allow to override button background colors. One example
    is the default OpenSolaris engine (Nimbus). Details in #585633.

 gok.rc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gok.rc b/gok.rc
index 20fe2e1..dd9b2ed 100644
--- a/gok.rc
+++ b/gok.rc
@@ -5,6 +5,9 @@ style "gok"
 
 	# default highlight color
 	bg[PRELIGHT] = { 1.0, 0.7, 0.5 }
+
+	# disable gtk engines
+	engine "" { }
 }
 class "GokButton" style "gok"
 



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