[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:23:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=9140828

The following commit has been merged in the master branch:
commit 9140828cce75056f8cb17a5cd354babdf34c10bd
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Mar 6 02:55:24 2013 +0000

    Stop new lines appearing on sending messages
    
    REVIEW: 109308
    BUG: 316174
---
 lib/chat-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index aa2db08..1d02787 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -704,7 +704,7 @@ void ChatWidget::sendMessage()
 
     if (!message.isEmpty()) {
         message = KTp::MessageProcessor::instance()->processOutgoingMessage(
-                    message, d->account, d->channel).finalizedMessage();
+                    message, d->account, d->channel).mainMessagePart();
 
         if (d->channel->supportsMessageType(Tp::ChannelTextMessageTypeAction) && message.startsWith(QLatin1String("/me "))) {
             //remove "/me " from the start of the message

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list