From: Mikael Magnusson Date: Tue, 20 Feb 2007 12:30:47 +0000 (+0000) Subject: this should do it X-Git-Tag: openbox-3_3_991-RELEASE~451 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=144cc4ff70637da6d53b75013c80873579613b27 this should do it --- diff --git a/tools/themeupdate/themeupdate.py b/tools/themeupdate/themeupdate.py index 1bdf492..7690c68 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')