aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am4
-rw-r--r--data/gtkrc6
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ca5dff..8b314ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-22 Matthew Allum <mallum@openedhand.com>
+
+ * Makefile.am:
+ * data/gtkrc:
+ Add image and setting for matchbox-panel-2 background.
+
2006-12-20 Thomas Wood <thomas@openedhand.com>
* data/gtkrc: Fix colour of buttons on GtkToolbar
diff --git a/Makefile.am b/Makefile.am
index ecb6f9a..07ddec7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,9 +14,7 @@ libsato_engine_la_SOURCES = \
libsato_engine_la_LDFLAGS = -module -avoid-version -no-undefined
libsato_engine_la_LIBADD = $(GTK_LIBS)
-
-
themedir = $(datadir)/themes/Sato/gtk-2.0
-theme_DATA = data/gtkrc
+theme_DATA = data/gtkrc data/titlebar-panel-background.png
EXTRA_DIST = $(theme_DATA)
diff --git a/data/gtkrc b/data/gtkrc
index cae1f70..586b5f4 100644
--- a/data/gtkrc
+++ b/data/gtkrc
@@ -60,3 +60,9 @@ style "button"
widget_class "*.GtkButton.*" style "button"
widget_class "*.GtkToolbar.*" style "default"
+
+style "matchbox-panel"
+{
+ bg_pixmap[NORMAL] = "titlebar-panel-background.png"
+}
+widget "MatchboxPanel" style "matchbox-panel" \ No newline at end of file