diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-28 03:51:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-28 03:51:27 +0000 |
| commit | bd272698508dd511266bc6a38d2f04b4b6e3d788 (patch) | |
| tree | 1e3cfae454180569b2ffe8c0de1004b75befe0ac /tools | |
| parent | 5fb30e4488f8d979967d52fa5cfb7bec6ff1d5f4 (diff) | |
more updates for toggled states. also updating the theme files.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/themetoxml/themetoxml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index a75cf19a..e6f947b2 100644 --- a/tools/themetoxml/themetoxml.c +++ b/tools/themetoxml/themetoxml.c @@ -451,9 +451,9 @@ int main(int argc, char **argv) APPEARANCE4("window.inactive.button.pressed.bg", "window", "inactive", "buttons", "pressed"); APPEARANCE4("window.active.button.toggled.bg", - "window", "active", "buttons", "toggled"); + "window", "active", "buttons", "toggled-unpressed"); APPEARANCE4("window.inactive.button.toggled.bg", - "window", "inactive", "buttons", "toggled"); + "window", "inactive", "buttons", "toggled-unpressed"); APPEARANCE4("window.active.button.unpressed.bg", "window", "active", "buttons", "unpressed"); APPEARANCE4("window.inactive.button.unpressed.bg", |
