From 2dafb54fa8a6c2373e66345235671f0628d1de1c Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Tue, 9 Nov 2010 16:05:05 -0500 Subject: text: unreference papyon conversation when channel is closed --- butterfly/channel/text.py | 1 + 1 file changed, 1 insertion(+) diff --git a/butterfly/channel/text.py b/butterfly/channel/text.py index 2673c04..8a425f0 100644 --- a/butterfly/channel/text.py +++ b/butterfly/channel/text.py @@ -204,6 +204,7 @@ class ButterflyTextChannel( def Close(self): if self._conversation is not None: self._conversation.leave() + self._conversation = None self._remove_typing_timeouts() telepathy.server.ChannelTypeText.Close(self) -- cgit v1.2.3