gnome-themes r1576 - in trunk: . gtk-themes/ClearlooksClassic gtk-themes/ClearlooksTest gtk-themes/Glossy gtk-themes/Inverted



Author: bberg
Date: Mon Nov  3 20:24:57 2008
New Revision: 1576
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1576&view=rev

Log:
2008-11-03  Benjamin Berg  <benjamin sipsolutions net>

	* gtk-themes/ClearlooksClassic/gtkrc:
	* gtk-themes/ClearlooksTest/gtkrc:
	* gtk-themes/Glossy/gtkrc:
	* gtk-themes/Inverted/gtkrc:
	Fix the bg color of GtkViewport and GtkScrolledWindow in notebooks.


Modified:
   trunk/ChangeLog
   trunk/gtk-themes/ClearlooksClassic/gtkrc
   trunk/gtk-themes/ClearlooksTest/gtkrc
   trunk/gtk-themes/Glossy/gtkrc
   trunk/gtk-themes/Inverted/gtkrc

Modified: trunk/gtk-themes/ClearlooksClassic/gtkrc
==============================================================================
--- trunk/gtk-themes/ClearlooksClassic/gtkrc	(original)
+++ trunk/gtk-themes/ClearlooksClassic/gtkrc	Mon Nov  3 20:24:57 2008
@@ -322,6 +322,8 @@
 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
+widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
+widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
 
 widget_class "*<GtkButton>" style "button"
 widget_class "*<GtkNotebook>" style "notebook"

Modified: trunk/gtk-themes/ClearlooksTest/gtkrc
==============================================================================
--- trunk/gtk-themes/ClearlooksTest/gtkrc	(original)
+++ trunk/gtk-themes/ClearlooksTest/gtkrc	Mon Nov  3 20:24:57 2008
@@ -343,6 +343,8 @@
 widget_class "*<GtkNotebook>*<GtkEventBox>" style "clearlooks-notebook_bg"
 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "clearlooks-notebook_bg"
 widget_class "*<GtkNotebook>*<GtkLayout>" style "clearlooks-notebook_bg"
+widget_class "*<GtkNotebook>*<GtkViewport>" style "clearlooks-notebook_bg"
+widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "clearlooks-notebook_bg"
 
 widget_class "*<GtkButton>" style "clearlooks-button"
 widget_class "*<GtkNotebook>" style "clearlooks-notebook"

Modified: trunk/gtk-themes/Glossy/gtkrc
==============================================================================
--- trunk/gtk-themes/Glossy/gtkrc	(original)
+++ trunk/gtk-themes/Glossy/gtkrc	Mon Nov  3 20:24:57 2008
@@ -323,6 +323,8 @@
 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
+widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
+widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
 
 widget_class "*<GtkButton>" style "button"
 widget_class "*<GtkNotebook>" style "notebook"

Modified: trunk/gtk-themes/Inverted/gtkrc
==============================================================================
--- trunk/gtk-themes/Inverted/gtkrc	(original)
+++ trunk/gtk-themes/Inverted/gtkrc	Mon Nov  3 20:24:57 2008
@@ -321,6 +321,8 @@
 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
+widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
+widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
 
 widget_class "*<GtkButton>" style "button"
 widget_class "*<GtkNotebook>" style "notebook"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]