[gimp/gimp-2-10] themes: in the Dark theme, use 'class "GtkWidget"' instead of "*"



commit 6484e91f8265432f744c85e297262f64065427e3
Author: Ell <ell_se yahoo com>
Date:   Tue Sep 18 06:10:56 2018 -0400

    themes: in the Dark theme, use 'class "GtkWidget"' instead of "*"
    
    ... for applying the global style.
    
    Last commit *might* have fixed the need to use "*" instead of
    "GtkWidget", although it's hard to tell -- nothing seems to be
    obviously wrong, anyway.  Let's just try restoring this, and see if
    anything breaks.

 themes/Dark/gtkrc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/themes/Dark/gtkrc b/themes/Dark/gtkrc
index 6265b02724..22965c1433 100644
--- a/themes/Dark/gtkrc
+++ b/themes/Dark/gtkrc
@@ -314,8 +314,7 @@ style "gimp-dark-default-style"
     }
 }
 
-# class "GtkWidget" style "gimp-dark-default-style"
-class "*" style "gimp-dark-default-style"
+class "GtkWidget" style "gimp-dark-default-style"
 
 ###########################################################
 


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