[Xfce4-commits] <gtk-xfce-engine:master> Correctly match gtk-tooltip widgets (bug #8494)

Peter de Ridder noreply at xfce.org
Mon Mar 26 20:26:02 CEST 2012


Updating branch refs/heads/master
         to e9d9e7b48b69277a064c7eb30a17b1ef16662a7d (commit)
       from 6cbd8df67974cb12c2b9baa2ff6bbd50260b94c2 (commit)

commit e9d9e7b48b69277a064c7eb30a17b1ef16662a7d
Author: Peter de Ridder <peter at xfce.org>
Date:   Sun Mar 25 10:43:58 2012 +0200

    Correctly match gtk-tooltip widgets (bug #8494)

 themes/orange/gtk-2.0/gtkrc   |    2 +-
 themes/xfce-4.4/gtk-2.0/gtkrc |    2 +-
 themes/xfce-4.6/gtk-2.0/gtkrc |    2 +-
 themes/xfce/gtk-2.0/gtkrc     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/orange/gtk-2.0/gtkrc b/themes/orange/gtk-2.0/gtkrc
index eba6a42..713906f 100644
--- a/themes/orange/gtk-2.0/gtkrc
+++ b/themes/orange/gtk-2.0/gtkrc
@@ -293,7 +293,7 @@ class "*GtkVScale*"                style "scale"
 widget_class "*.GtkProgress*"      style "progress"
 class "*.GtkProgress*"             style "progress"
 
-widget "gtk-tooltips*"             style "tooltips"
+widget "gtk-tooltip*"              style "tooltips"
 
 widget_class "*.Collection"        style "rox"
 
diff --git a/themes/xfce-4.4/gtk-2.0/gtkrc b/themes/xfce-4.4/gtk-2.0/gtkrc
index dc676a0..879c95d 100644
--- a/themes/xfce-4.4/gtk-2.0/gtkrc
+++ b/themes/xfce-4.4/gtk-2.0/gtkrc
@@ -339,7 +339,7 @@ class "*GtkVScale*"                style "scale"
 widget_class "*GtkProgress*"       style "progress"
 class "*GtkProgress*"              style "progress"
 
-widget "gtk-tooltips*"             style "tooltips"
+widget "gtk-tooltip*"              style "tooltips"
 
 widget_class "*.Collection"        style "rox"
 
diff --git a/themes/xfce-4.6/gtk-2.0/gtkrc b/themes/xfce-4.6/gtk-2.0/gtkrc
index fe39654..9f7d131 100644
--- a/themes/xfce-4.6/gtk-2.0/gtkrc
+++ b/themes/xfce-4.6/gtk-2.0/gtkrc
@@ -388,7 +388,7 @@ class "*GtkVScale*"                style "scale"
 widget_class "*GtkProgress*"       style "progress"
 class "*GtkProgress*"              style "progress"
 
-widget "gtk-tooltips*"             style "tooltips"
+widget "gtk-tooltip*"              style "tooltips"
 
 widget_class "*.Collection"        style "rox"
 
diff --git a/themes/xfce/gtk-2.0/gtkrc b/themes/xfce/gtk-2.0/gtkrc
index e533aab..b2a33e0 100644
--- a/themes/xfce/gtk-2.0/gtkrc
+++ b/themes/xfce/gtk-2.0/gtkrc
@@ -388,7 +388,7 @@ class "*GtkVScale*"                style "scale"
 widget_class "*GtkProgress*"       style "progress"
 class "*GtkProgress*"              style "progress"
 
-widget "gtk-tooltips*"             style "tooltips"
+widget "gtk-tooltip*"              style "tooltips"
 
 widget_class "*.Collection"        style "rox"
 


More information about the Xfce4-commits mailing list