[Telepathy-commits] [telepathy-python/master] Actually initialise DBusProperties in ChannelInterfaceGroup.

Jonny Lamb jonny.lamb at collabora.co.uk
Mon Jan 5 15:01:39 PST 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/server/channel.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/server/channel.py b/src/server/channel.py
index ec3ba54..5ac27ba 100644
--- a/src/server/channel.py
+++ b/src/server/channel.py
@@ -263,6 +263,7 @@ class ChannelInterfaceGroup(_ChannelInterfaceGroup, DBusProperties):
 
     def __init__(self):
         _ChannelInterfaceGroup.__init__(self)
+        DBusProperties.__init__(self)
 
         self._implement_property_get(CHANNEL_INTERFACE_GROUP,
             {'GroupFlags': lambda: dbus.UInt32(self.GetGroupFlags()),
-- 
1.5.6.5



More information about the Telepathy-commits mailing list