]> Dogcows Code - chaz/openbox/commitdiff
warn about the right shit
authorDana Jansens <danakj@orodu.net>
Mon, 8 Sep 2003 18:58:57 +0000 (18:58 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 8 Sep 2003 18:58:57 +0000 (18:58 +0000)
tools/themeupdate/themeupdate.py

index 8454c1af6f3ce28bc0b984100922c2a6396dd569..c2b430c4e58fd6ca621d36f43cafb30c69f00b1f 100755 (executable)
@@ -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)
This page took 0.023183 seconds and 4 git commands to generate.