diff options
author | raveit65 <[email protected]> | 2015-05-31 10:45:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-31 10:46:18 +0200 |
commit | 94e15873fd92c0465afabf77abb98858d309ce82 (patch) | |
tree | ecd11972cb81b8dd101006c0f578fd3d98e35dd0 /desktop-themes/Menta/gtk-3.0 | |
parent | 23d72f23cb7d7200763d95d63bfc5d0f1a2ba6c7 (diff) | |
download | mate-themes-94e15873fd92c0465afabf77abb98858d309ce82.tar.bz2 mate-themes-94e15873fd92c0465afabf77abb98858d309ce82.tar.xz |
Menta themes GTK3: fix typo in make file and panel configuration
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/assets/Makefile.am | 1 | ||||
-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.css | 2 |
3 files changed, 2 insertions, 1 deletions
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 9fa992a4..c095cce3 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; |