diff options
author | raveit65 <[email protected]> | 2014-12-21 13:28:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-21 13:28:14 +0100 |
commit | d41420e94176b96971a469d4944e3672d4d33e31 (patch) | |
tree | e5aa23256fdeb00a0e2d01a97c28ad7744f45ea8 | |
parent | 785b1037825ee8697f305363d256a03c775a2e65 (diff) | |
download | mate-themes-d41420e94176b96971a469d4944e3672d4d33e31.tar.bz2 mate-themes-d41420e94176b96971a469d4944e3672d4d33e31.tar.xz |
GTK2: fix typos from further commit
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-2.0/applications.rc | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-2.0/applications.rc | 1 | ||||
-rwxr-xr-x | desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc b/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc index 9fe5260a..068f00df 100644 --- a/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc @@ -1,3 +1,4 @@ +style "workspace-switcher" { bg[SELECTED] = shade (1.0, @selected_bg_color) bg[PRELIGHT] = shade (1.0, @selected_bg_color) diff --git a/desktop-themes/TraditionalOk/gtk-2.0/applications.rc b/desktop-themes/TraditionalOk/gtk-2.0/applications.rc index bbf4d67d..21eb1872 100644 --- a/desktop-themes/TraditionalOk/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalOk/gtk-2.0/applications.rc @@ -1,3 +1,4 @@ +style "workspace-switcher" { bg[SELECTED] = shade (1.0, @selected_bg_color) bg[PRELIGHT] = shade (1.0, @selected_bg_color) diff --git a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc index 10d1c503..618c4408 100755 --- a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc @@ -1,3 +1,4 @@ +style "workspace-switcher" { bg[SELECTED] = shade (1.0, @selected_bg_color) bg[PRELIGHT] = shade (1.0, @selected_bg_color) |