[Telepathy-commits] [telepathy-qt4/master] Add a warning for channel service removing MCD from GroupFlags

Olli Salli olli.salli at collabora.co.uk
Wed Feb 11 06:12:02 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 f7c7bfc..25774a1 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -533,6 +533,7 @@ bool Channel::Private::setGroupFlags(uint newGroupFlags)
                                 const Telepathy::UIntList&, const QVariantMap&)));
     } else if (!(groupFlags & ChannelGroupFlagMembersChangedDetailed) &&
                usingMembersChangedDetailed) {
+        warning() << " Channel service did spec-incompliant removal of MCD from GroupFlags";
         usingMembersChangedDetailed = false;
         parent->disconnect(group,
                            SIGNAL(MembersChangedDetailed(const Telepathy::UIntList&,
-- 
1.5.6.5




More information about the telepathy-commits mailing list