]> Dogcows Code - chaz/openbox/blobdiff - tools/themeupdate/themeupdate.py
maybe this works then
[chaz/openbox] / tools / themeupdate / themeupdate.py
index 1bdf4929e07207ec1546254ac0ce083a1e22ab57..01b4ee1f3fce5467d0aba21cffc5dd0819b1138c 100755 (executable)
@@ -271,7 +271,7 @@ def x_fonts(data):
             return
     else: return
     while 1:
-        i, key = key_find(data, '.font')
+        i, key, nul = find_key(data, '.font')
         if i < 0:
             break
         out('Removing "' + key + '"\n')
This page took 0.02484 seconds and 4 git commands to generate.