[Telepathy-commits] [telepathy-qt4/master] Connect to the correct closed() signal. (yet more oggis review issues.)

George Goldberg george.goldberg at collabora.co.uk
Wed Nov 5 07:01:07 PST 2008


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

diff --git a/TelepathyQt4/cli-channel.cpp b/TelepathyQt4/cli-channel.cpp
index 11561b1..6c32417 100644
--- a/TelepathyQt4/cli-channel.cpp
+++ b/TelepathyQt4/cli-channel.cpp
@@ -99,7 +99,7 @@ struct Channel::Private
         groupSelfHandle = 0;
 
         debug() << "Connecting to Channel::Closed()";
-        parent.connect(&parent,
+        parent.connect(baseInterface,
                        SIGNAL(Closed()),
                        SLOT(onClosed()));
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list