[gnome-themes] Fix evolution table header workaround for new evo versions.
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes] Fix evolution table header workaround for new evo versions.
- Date: Sat, 22 May 2010 10:32:08 +0000 (UTC)
commit 11c1f5a23a976dcc2f4b1fe6dbe9e1300c82528c
Author: Benjamin Berg <benjamin sipsolutions net>
Date: Sat May 22 12:31:56 2010 +0200
Fix evolution table header workaround for new evo versions.
gtk-themes/ClearlooksClassic/gtkrc | 4 ++--
gtk-themes/ClearlooksTest/gtkrc | 4 ++--
gtk-themes/Glossy/gtkrc | 4 ++--
gtk-themes/Inverted/gtkrc | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk-themes/ClearlooksClassic/gtkrc b/gtk-themes/ClearlooksClassic/gtkrc
index af9f716..96d7316 100644
--- a/gtk-themes/ClearlooksClassic/gtkrc
+++ b/gtk-themes/ClearlooksClassic/gtkrc
@@ -376,9 +376,9 @@ widget "gtk-tooltip*" style "tooltips"
##########################################################################
# Workaround for the evolution ETable (bug #527532)
-widget_class "*.ETable.ECanvas" style "treeview_header"
+widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
# Workaround for the evolution ETree
-widget_class "*.ETree.ECanvas" style "treeview_header"
+widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
diff --git a/gtk-themes/ClearlooksTest/gtkrc b/gtk-themes/ClearlooksTest/gtkrc
index 8a2c4ee..ede08cc 100644
--- a/gtk-themes/ClearlooksTest/gtkrc
+++ b/gtk-themes/ClearlooksTest/gtkrc
@@ -398,9 +398,9 @@ widget "gtk-tooltip*" style "clearlooks-tooltips"
##########################################################################
# Workaround for the evolution ETable (bug #527532)
-widget_class "*.ETable.ECanvas" style "clearlooks-treeview_header"
+widget_class "*.<ETable>.<ECanvas>" style "clearlooks-treeview_header"
# Workaround for the evolution ETree
-widget_class "*.ETree.ECanvas" style "clearlooks-treeview_header"
+widget_class "*.<ETree>.<ECanvas>" style "clearlooks-treeview_header"
# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
diff --git a/gtk-themes/Glossy/gtkrc b/gtk-themes/Glossy/gtkrc
index a2e7baa..b15dd6d 100644
--- a/gtk-themes/Glossy/gtkrc
+++ b/gtk-themes/Glossy/gtkrc
@@ -377,9 +377,9 @@ widget "gtk-tooltip*" style "tooltips"
##########################################################################
# Workaround for the evolution ETable (bug #527532)
-widget_class "*.ETable.ECanvas" style "treeview_header"
+widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
# Workaround for the evolution ETree
-widget_class "*.ETree.ECanvas" style "treeview_header"
+widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
diff --git a/gtk-themes/Inverted/gtkrc b/gtk-themes/Inverted/gtkrc
index fd3cccf..9991204 100644
--- a/gtk-themes/Inverted/gtkrc
+++ b/gtk-themes/Inverted/gtkrc
@@ -375,9 +375,9 @@ widget "gtk-tooltip*" style "tooltips"
##########################################################################
# Workaround for the evolution ETable (bug #527532)
-widget_class "*.ETable.ECanvas" style "treeview_header"
+widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
# Workaround for the evolution ETree
-widget_class "*.ETree.ECanvas" style "treeview_header"
+widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]