The branch, master, has been updated. - Log -----------------------------------------------------------------
commit c3001fba5cf440504511176b5184737eb0c2dcb0 Author: Juergen Spitzmueller <[email protected]> Date: Tue Oct 9 11:12:54 2012 +0200 Thinko diff --git a/lib/configure.py b/lib/configure.py index ea0bbab..35f2254 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1063,7 +1063,7 @@ def processLayoutFile(file, bool_docbook): return classdeclaration + " " + categorydeclaration if qres != None: categorydeclaration = '"%s"' % (qres.groups()[0]) - if classdeclaration != "": + if classdeclaration != '""': return classdeclaration + " " + categorydeclaration if classdeclaration != "": return classdeclaration + " " + categorydeclaration ----------------------------------------------------------------------- Summary of changes: lib/configure.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
