** Changed in: git-cola (Ubuntu)
Assignee: Mackenzie Morgan (maco.m) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/660363
Title:
python-qt4 4.7.4 breaks git-cola
To manage noti
On Jan 25, 2011, at 4:22 PM, Michael von Glasow <660...@bugs.launchpad.net
> wrote:
> Any news on this one? 1.4.2.1-1 is definitely broken, so I guess the
> risk of going to 1.4.2.5 is minimal...
The latest versions of git-cola avoid the old behavior, so we're good
to go.
The difference is t
Any news on this one? 1.4.2.1-1 is definitely broken, so I guess the
risk of going to 1.4.2.5 is minimal...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/660363
Title:
python-qt4 4.7.4 breaks git-co
** Changed in: git-cola (Ubuntu)
Importance: Undecided => Medium
--
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists
I have just uploaded 1.4.2.5 to Debian experimental.
--
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 Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
I'm going to patch git-cola in the places necessary to work with the new
API
** Changed in: python-qt4 (Ubuntu)
Status: New => Confirmed
** Changed in: python-qt4 (Ubuntu)
Status: Confirmed => Triaged
** Package changed: python-qt4 (Ubuntu) => git-cola (Ubuntu)
--
python-qt4 4.7.
** Changed in: python-qt4 (Ubuntu)
Assignee: (unassigned) => Mackenzie Morgan (maco.m)
--
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.
--
kub
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 intentio