[telepathy-python/master] Emit ChannelClosed from Connection when a channel is closed.

Jonny Lamb jonny.lamb at collabora.co.uk
Thu Jul 16 01:49:29 PDT 2009


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

diff --git a/src/server/conn.py b/src/server/conn.py
index a6eee34..d853ca5 100644
--- a/src/server/conn.py
+++ b/src/server/conn.py
@@ -210,6 +210,7 @@ class Connection(_Connection, DBusProperties):
 
     def remove_channel(self, channel):
         self._channels.remove(channel)
+        self.ChannelClosed(channel._object_path)
 
     @dbus.service.method(CONN_INTERFACE, in_signature='', out_signature='as')
     def GetInterfaces(self):
-- 
1.5.6.5




More information about the telepathy-commits mailing list