[Telepathy-commits] [telepathy-qt4/master] Channel: Clear up instrospection queue if the channel closes/dies.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Tue Jan 27 14:06:23 PST 2009
---
TelepathyQt4/Client/channel.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index 10e3190..d6c9744 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -405,6 +405,7 @@ void Channel::Private::changeReadiness(Readiness newReadiness)
case ReadinessDead:
case ReadinessClosed:
default:
+ introspectQueue.clear();
break;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list