diff options
author | raveit65 <[email protected]> | 2014-12-21 13:28:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-21 13:29:28 +0100 |
commit | 8f2af39a95209da30be25eb356576d143b596be1 (patch) | |
tree | 8d68695cec704319cb201ae16b265502842cfb67 | |
parent | 007410d7d560e4fbb87b4924bb84d811656ac410 (diff) | |
download | mate-themes-8f2af39a95209da30be25eb356576d143b596be1.tar.bz2 mate-themes-8f2af39a95209da30be25eb356576d143b596be1.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) |