[Telepathy-commits] [telepathy-qt4/master] Re-add stupidly removed return
Olli Salli
olli.salli at collabora.co.uk
Thu Feb 12 10:00:20 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 b47b0ec..cbafc08 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -666,6 +666,7 @@ void Channel::Private::processMembersChanged()
pendingRetrieveGroupSelfContact = false;
// nothing queued but selfContact changed
buildContacts();
+ return;
}
if (!ready) {
--
1.5.6.5
More information about the telepathy-commits
mailing list