From 7d20f6f4d3db3a69b2d54fd7557ab14380148b24 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Sep 2003 18:58:57 +0000 Subject: [PATCH] warn about the right shit --- tools/themeupdate/themeupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2