controllers.selectcommits: Do not pass string to QObject.connect()
commit53e98570c4110154f8ce429a2906bdd8331b139a
authorDavid Aguilar <davvid@gmail.com>
Wed, 3 Feb 2010 06:05:12 +0000 (2 22:05 -0800)
committerDavid Aguilar <davvid@gmail.com>
Wed, 3 Feb 2010 06:05:12 +0000 (2 22:05 -0800)
treeee4ce454bf61bbd162315425360fcb7594ec2ba2
parent69c900775b8d08c58f3243abf8b0d0e26ac3beba
controllers.selectcommits: Do not pass string to QObject.connect()

QObserver was recently reworked to not override QObject.connect().
When this happened it stopped automatically wrapping signal names
with SIGNAL().

Do the mainstream Qt thing and wrap the signal name with SIGNAL().

Fixes #42

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/controllers/selectcommits.py