summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-31 10:45:24 +0200
committerraveit65 <[email protected]>2015-05-31 10:45:24 +0200
commita3a4f1ed56add55991058816bbf18b62d0c2413c (patch)
tree1643afe302e251431e2487ddbe2283c3be828e9a
parent14640f9f90aab0b539c00296e9dd474e284346a6 (diff)
downloadmate-themes-a3a4f1ed56add55991058816bbf18b62d0c2413c.tar.bz2
mate-themes-a3a4f1ed56add55991058816bbf18b62d0c2413c.tar.xz
Menta themes GTK3: fix typo in make file and panel configuration
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am1
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg (renamed from desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg)0
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Menta/gtk-3.0/assets/Makefile.am1
-rw-r--r--desktop-themes/Menta/gtk-3.0/assets/panel-grid.svg (renamed from desktop-themes/Menta/gtk-3.0/assets/panel-grig.svg)0
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css2
6 files changed, 4 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am
index 9f29acb6..f7e6b60d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am
+++ b/desktop-themes/BlueMenta/gtk-3.0/assets/Makefile.am
@@ -22,6 +22,7 @@ theme_DATA = \
menuitem-radio-checked-selected.svg \
menuitem-radio-checked.svg \
null.png \
+ panel-grid.svg \
pane-separator-grip.svg \
pane-separator-grip-vertical.svg \
radio-active-ins.png \
diff --git a/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg b/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg
index 5f17e633..5f17e633 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grig.svg
+++ b/desktop-themes/BlueMenta/gtk-3.0/assets/panel-grid.svg
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index f70d9947..19c5a76c 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -363,7 +363,7 @@ PanelSeparator {
/* the grid left from wnckpager and wncktasklist */
MatePanelAppletFrameDBus {
- background-image: -gtk-scaled(url("assets/panel-grig.svg"));
+ background-image: -gtk-scaled(url("assets/panel-grid.svg"));
background-color: transparent;
background-repeat: no-repeat;
background-position: left;
diff --git a/desktop-themes/Menta/gtk-3.0/assets/Makefile.am b/desktop-themes/Menta/gtk-3.0/assets/Makefile.am
index b673231c..d920259a 100644
--- a/desktop-themes/Menta/gtk-3.0/assets/Makefile.am
+++ b/desktop-themes/Menta/gtk-3.0/assets/Makefile.am
@@ -22,6 +22,7 @@ theme_DATA = \
menuitem-radio-checked-selected.svg \
menuitem-radio-checked.svg \
null.png \
+ panel-grid.svg \
pane-separator-grip.svg \
pane-separator-grip-vertical.svg \
radio-active-ins.png \
diff --git a/desktop-themes/Menta/gtk-3.0/assets/panel-grig.svg b/desktop-themes/Menta/gtk-3.0/assets/panel-grid.svg
index 5f17e633..5f17e633 100644
--- a/desktop-themes/Menta/gtk-3.0/assets/panel-grig.svg
+++ b/desktop-themes/Menta/gtk-3.0/assets/panel-grid.svg
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index a360ecbf..05d925fd 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -365,7 +365,7 @@ PanelSeparator {
/* the grid left from wnckpager and wncktasklist */
MatePanelAppletFrameDBus {
- background-image: -gtk-scaled(url("assets/panel-grig.svg"));
+ background-image: -gtk-scaled(url("assets/panel-grid.svg"));
background-color: transparent;
background-repeat: no-repeat;
background-position: left;