summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter de Ridder <peter@xfce.org>2012-03-25 10:43:58 +0200
committerPeter de Ridder <cavalier@the-cavalry.org>2015-02-06 22:07:20 +0100
commitd4fb4dd4eb0077dddf07695331388905212ec3b7 (patch)
tree34e854a46d5eb7439196e6c38058faf504ff8b32
parenta49861be9fc3f4ca2a7e89cd9ae35b2eeaaaf2b0 (diff)
downloadgtk-xfce-engine-d4fb4dd4eb0077dddf07695331388905212ec3b7.tar.gz
Correctly match gtk-tooltip widgets (bug #8494)
-rw-r--r--themes/orange/gtk-2.0/gtkrc2
-rw-r--r--themes/xfce-4.4/gtk-2.0/gtkrc2
-rw-r--r--themes/xfce-4.6/gtk-2.0/gtkrc2
-rw-r--r--themes/xfce/gtk-2.0/gtkrc2
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"