[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:52 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=4b26103

The following commit has been merged in the master branch:
commit 4b261031371e2b43a5ed16cb6e7acc665347b8e0
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Sun May 26 22:40:10 2013 +0200

    Fix a typo in ChannelWatcher::onMessageSent()
---
 KTp/Models/text-channel-watcher-proxy-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Models/text-channel-watcher-proxy-model.cpp b/KTp/Models/text-channel-watcher-proxy-model.cpp
index b728284..ea863fd 100644
--- a/KTp/Models/text-channel-watcher-proxy-model.cpp
+++ b/KTp/Models/text-channel-watcher-proxy-model.cpp
@@ -105,7 +105,7 @@ void ChannelWatcher::onMessageReceived(const Tp::ReceivedMessage &message)
 void ChannelWatcher::onMessageSent(const Tp::Message &message)
 {
     m_lastMessage = message.text();
-    m_lastMessageDirection - KTp::Message::LocalToRemote;
+    m_lastMessageDirection = KTp::Message::LocalToRemote;
     Q_EMIT messagesChanged();
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list