Hi,
I've open a upstream bug for this - seems caused by new
"gir1.2-accounts-1.0" (version 1.5), see:
http://code.google.com/p/accounts-
sso/issues/detail?id=140&can=1&q=account
Cheers,
Xavier
** Bug watch added: Accounts&SSO issues #140
http://code.google.com/p/accounts-sso/issues/detail?id
Hi,
Traceback seems pretty obvious about the issue - super()... call is
wrong, should be super(Account, self)...
See patch attached for a fix.
Cheers,
Xavier
** Patch added: "fix super() call"
https://bugs.launchpad.net/gwibber/+bug/1098086/+attachment/3480824/+files/gi-account-super-call.p