[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9
Maximiliano Curia
maxy at moszumanska.debian.org
Mon May 9 09:06:26 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=eac3260
The following commit has been merged in the master branch:
commit eac32601a64f8bbdb1755bab55df1754a2dc2930
Author: Aleix Pol <aleixpol at kde.org>
Date: Mon Feb 25 05:21:12 2013 +0100
fix signal name
It's a left-over from an old patch
---
KTp/Declarative/conversations-model.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/KTp/Declarative/conversations-model.cpp b/KTp/Declarative/conversations-model.cpp
index 8a5ae80..eb51ed7 100644
--- a/KTp/Declarative/conversations-model.cpp
+++ b/KTp/Declarative/conversations-model.cpp
@@ -137,7 +137,7 @@ void ConversationsModel::handleChannels(const Tp::MethodInvocationContextPtr<> &
d->conversations.append(newConvo);
connect(newConvo, SIGNAL(validityChanged(bool)), SLOT(handleValidityChange(bool)));
connect(newConvo, SIGNAL(conversationDelegated()), SLOT(conversationDelegated()));
- connect(newConvo->messages(), SIGNAL(unreadCountChanged(int)), SIGNAL(unreadCountChanged()));
+ connect(newConvo->messages(), SIGNAL(unreadCountChanged(int)), SIGNAL(totalUnreadCountChanged()));
endInsertRows();
context->setFinished();
}
--
ktp-common-internals packaging
More information about the pkg-kde-commits
mailing list