[telepathy-qt4/master] ChannelRequest: Proper connect to Failed signal.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Tue May 5 10:43:16 PDT 2009
---
TelepathyQt4/channel-request.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/channel-request.cpp b/TelepathyQt4/channel-request.cpp
index abc3d0d..c4445b6 100644
--- a/TelepathyQt4/channel-request.cpp
+++ b/TelepathyQt4/channel-request.cpp
@@ -119,7 +119,7 @@ void ChannelRequest::Private::introspectMain(ChannelRequest::Private *self)
}
connect(self->baseInterface,
- SIGNAL(failed(const QString &, const QString &)),
+ SIGNAL(Failed(const QString &, const QString &)),
self->parent,
SIGNAL(failed(const QString &, const QString &)));
connect(self->baseInterface,
--
1.5.6.5
More information about the telepathy-commits
mailing list