summaryrefslogtreecommitdiff
path: root/tools/themeupdate/themeupdate.py
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-02-20 12:30:47 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-02-20 12:30:47 +0000
commit144cc4ff70637da6d53b75013c80873579613b27 (patch)
tree705c089dee81da5bc419c45dd2f3ea3533c6fc35 /tools/themeupdate/themeupdate.py
parent30002bb87fe0d1af252024b2744387cb28ea78b0 (diff)
this should do it
Diffstat (limited to 'tools/themeupdate/themeupdate.py')
-rwxr-xr-xtools/themeupdate/themeupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/themeupdate/themeupdate.py b/tools/themeupdate/themeupdate.py
index 1bdf4929..7690c681 100755
--- a/tools/themeupdate/themeupdate.py
+++ b/tools/themeupdate/themeupdate.py
@@ -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')