diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-08 18:58:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-08 18:58:57 +0000 |
| commit | 7d20f6f4d3db3a69b2d54fd7557ab14380148b24 (patch) | |
| tree | 09585dd0b46cb76a9e156350f3ae5a13c42bf851 /tools | |
| parent | 7f8b8119c4a7644e52e579e9d16129c31a761d01 (diff) | |
warn about the right shit
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/themeupdate/themeupdate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/themeupdate/themeupdate.py b/tools/themeupdate/themeupdate.py index 8454c1af..c2b430c4 100755 --- a/tools/themeupdate/themeupdate.py +++ b/tools/themeupdate/themeupdate.py @@ -338,7 +338,7 @@ def pixelsize(data): valid = False def warn_missing(data): - need = ('window.button.hover.focus', 'window.button.hover.unfocus', + need = ('window.active.button.hover', 'window.inactive.button.hover', 'menu.overlap') for n in need: i, nul, nul = find_key(data, n) |
