all repos — openbox @ 144cc4ff70637da6d53b75013c80873579613b27

openbox fork - make it a bit more like ryudo

this should do it
Mikael Magnusson mikachu@comhem.se
commit

144cc4ff70637da6d53b75013c80873579613b27

parent

30002bb87fe0d1af252024b2744387cb28ea78b0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/themeupdate/themeupdate.pytools/themeupdate/themeupdate.py

@@ -271,7 +271,7 @@ if not read_bool():

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')