[Telepathy-commits] [telepathy-qt4/master] Correct Channel::propertiesInterface() to bypass the interface check

Olli Salli olli.salli at collabora.co.uk
Fri Sep 19 05:30:43 PDT 2008


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

diff --git a/TelepathyQt4/cli-channel.h b/TelepathyQt4/cli-channel.h
index a4e9e07..fb1a53a 100644
--- a/TelepathyQt4/cli-channel.h
+++ b/TelepathyQt4/cli-channel.h
@@ -343,11 +343,11 @@ public:
      * \see optionalInterface()
      *
      * \return
-     * <code>optionalInterface<DBus::PropertiesInterface>(CheckInterfaceSupported)</code>
+     * <code>optionalInterface<DBus::PropertiesInterface>(BypassInterfaceCheck)</code>
      */
     inline DBus::PropertiesInterface* propertiesInterface() const
     {
-        return optionalInterface<DBus::PropertiesInterface>(CheckInterfaceSupported);
+        return optionalInterface<DBus::PropertiesInterface>(BypassInterfaceCheck);
     }
 
     /**
-- 
1.5.6.5




More information about the Telepathy-commits mailing list