[Telepathy-commits] [telepathy-qt4/master] Fix one signal emission to actually compile (the previous revert commit only partially did its job)
Olli Salli
olli.salli at collabora.co.uk
Wed Feb 11 08:31:35 PST 2009
---
TelepathyQt4/Client/channel.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index 69a9322..d206f64 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -592,7 +592,7 @@ void Channel::Private::buildContacts()
if (toBuild.isEmpty()) {
if (!groupSelfHandle && groupSelfContact) {
groupSelfContact.clear();
- emit parent->groupSelfContactChanged(groupSelfContact);
+ emit parent->groupSelfContactChanged();
}
return;
}
--
1.5.6.5
More information about the telepathy-commits
mailing list