]> git.lyx.org Git - features.git/commitdiff
Thinko
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Oct 2012 09:12:54 +0000 (11:12 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Oct 2012 09:12:54 +0000 (11:12 +0200)
lib/configure.py

index ea0bbab1f05282cb31f4f9c3101208e87a5683fc..35f22549e2e3b24baab2266004ffdec95c806cf5 100644 (file)
@@ -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