summaryrefslogtreecommitdiff
path: root/tools/themeupdate
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-08 18:58:57 +0000
committerDana Jansens <danakj@orodu.net>2003-09-08 18:58:57 +0000
commit7d20f6f4d3db3a69b2d54fd7557ab14380148b24 (patch)
tree09585dd0b46cb76a9e156350f3ae5a13c42bf851 /tools/themeupdate
parent7f8b8119c4a7644e52e579e9d16129c31a761d01 (diff)
warn about the right shit
Diffstat (limited to 'tools/themeupdate')
-rwxr-xr-xtools/themeupdate/themeupdate.py2
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)