]> Dogcows Code - chaz/openbox/commitdiff
this should do it
authorMikael Magnusson <mikachu@comhem.se>
Tue, 20 Feb 2007 12:30:47 +0000 (12:30 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 20 Feb 2007 12:30:47 +0000 (12:30 +0000)
tools/themeupdate/themeupdate.py

index 1bdf4929e07207ec1546254ac0ce083a1e22ab57..7690c6812777eb5762b2f8b043800f18504ff2fd 100755 (executable)
@@ -271,7 +271,7 @@ def x_fonts(data):
             return
     else: return
     while 1:
-        i, key = key_find(data, '.font')
+        i, key = find_key(data, '.font')
         if i < 0:
             break
         out('Removing "' + key + '"\n')
This page took 0.02175 seconds and 4 git commands to generate.