[Bug 26289] New: Cannot use parameters of type boolean
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 28 04:05:34 CET 2010
http://bugs.freedesktop.org/show_bug.cgi?id=26289
Summary: Cannot use parameters of type boolean
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-python
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: eopage at byu.net
Parameters of type boolean fail in Connection.check_parameters. This is
because it is doing isinstance(instance of dbus.types.Boolean, bool) which
fails beause dbus.types.Boolean does not subclass bool.
A tested patch can be found in
git://github.com/epage/telepathy-python.git
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list