X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=inline;f=tools%2Fthemeupdate%2Fthemeupdate.py;fp=tools%2Fthemeupdate%2Fthemeupdate.py;h=c2b430c4e58fd6ca621d36f43cafb30c69f00b1f;hb=7d20f6f4d3db3a69b2d54fd7557ab14380148b24;hp=8454c1af6f3ce28bc0b984100922c2a6396dd569;hpb=7f8b8119c4a7644e52e579e9d16129c31a761d01;p=chaz%2Fopenbox 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)