X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tools%2Fthemeupdate%2Fthemeupdate.py;h=c2ad6a75ebe4197ad1f053a0ffcfe74c34a1d8cc;hb=1d34e17102ae67eb471ca48fae59fadb7a83e72a;hp=7690c6812777eb5762b2f8b043800f18504ff2fd;hpb=144cc4ff70637da6d53b75013c80873579613b27;p=chaz%2Fopenbox diff --git a/tools/themeupdate/themeupdate.py b/tools/themeupdate/themeupdate.py index 7690c681..c2ad6a75 100755 --- a/tools/themeupdate/themeupdate.py +++ b/tools/themeupdate/themeupdate.py @@ -1,7 +1,10 @@ #! /usr/bin/python # themeupdate.py for the Openbox window manager -# Copyright (c) 2003 Ben Jansens +# This utility is for updating old themes from Blackbox, Fluxbox, and Openbox2 +# to Openbox3 +# +# Copyright (c) 2003-2007 Dana Jansens # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -271,7 +274,7 @@ def x_fonts(data): return else: return while 1: - i, key = find_key(data, '.font') + i, key, nul = find_key(data, '.font') if i < 0: break out('Removing "' + key + '"\n')