[Telepathy-commits] [telepathy-qt4/master] Fix things that broke during merging in the master branch.

George Goldberg george.goldberg at collabora.co.uk
Fri Nov 7 06:10:39 PST 2008


---
 TelepathyQt4/cli-channel.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/cli-channel.cpp b/TelepathyQt4/cli-channel.cpp
index 25931da..9c60717 100644
--- a/TelepathyQt4/cli-channel.cpp
+++ b/TelepathyQt4/cli-channel.cpp
@@ -403,7 +403,7 @@ Channel::Channel(Connection* connection,
                  QObject* parent)
   : mPriv(new Private(*this, connection))
 {
-    mPriv->baseInterface = new ChannelInterface(serviceName, objectPath, this);
+    mPriv->baseInterface = new ChannelInterface(connection->service(), objectPath, this);
 
     // Introspection continued here so mPriv will be initialized (unlike if we
     // continued it from the Private constructor)
@@ -569,7 +569,7 @@ uint Channel::groupSelfHandle() const
 Channel::GroupMemberChangeInfo Channel::groupSelfRemoveInfo() const
 {
     if (mPriv->readiness != ReadinessClosed)
-        warning() << "Channel::groupSelfRemoveInfo() used with readiness" << mPriv->readiness << "!= ReadinessClosed;
+        warning() << "Channel::groupSelfRemoveInfo() used with readiness" << mPriv->readiness << "!= ReadinessClosed";
     else if (!mPriv->interfaces.contains(TELEPATHY_INTERFACE_CHANNEL_INTERFACE_GROUP))
         warning() << "Channel::groupSelfRemoveInfo() used with no group interface";
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list