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

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


Updating branch refs/heads/peter/gtk3
         to 3765a80cf3acd1e63f3207bc0b873ffcab6ef78c (commit)
       from 3986032f9ebdde4d6c8d4df65bc1446495da0ce2 (commit)

commit 3765a80cf3acd1e63f3207bc0b873ffcab6ef78c
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