warn about the right shit

This commit is contained in:
Dana Jansens 2003-09-08 18:58:57 +00:00
parent 7f8b8119c4
commit 7d20f6f4d3

View file

@ -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)