[Xfce4-commits] [xfce/gtk-xfce-engine] 03/10: Correctly match gtk-tooltip widgets (bug #8494)
noreply at xfce.org
noreply at xfce.org
Fri Feb 6 22:15:13 CET 2015
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch peter/gtk2
in repository xfce/gtk-xfce-engine.
commit d4fb4dd4eb0077dddf07695331388905212ec3b7
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"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list