I found the issue. PyQt4 <= 4.7.3 would report bool(QLayout()) == True while the new 4.7.4 release treats bool(QLayout()) as False.
This is a behavior change, but it's better for the code to be explicit and check "if foo is None:" instead of checking "if foo:", so it's likely that it was intentional. In any case, git-cola 1.4.2.5 works around this and is no longer affected. -- python-qt4 4.7.4 breaks git-cola https://bugs.launchpad.net/bugs/660363 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to python-qt4 in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs