[SCM] ktp-common-internals packaging branch, master, updated. debian/16.04.2-1-111-g6e00b1c

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:08:57 UTC 2017


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

The following commit has been merged in the master branch:
commit 7e11a99b4f096a4857ab842e4da9eb162c48950d
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Mar 17 18:24:26 2016 -0400

    [declarative] Slightly more informative warning message when sending emtpy message
    
    Reviewed-by: Alexandr Akulich <akulichalexander at gmail.com>
---
 KTp/Declarative/messages-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Declarative/messages-model.cpp b/KTp/Declarative/messages-model.cpp
index 0519b23..4e7a25c 100644
--- a/KTp/Declarative/messages-model.cpp
+++ b/KTp/Declarative/messages-model.cpp
@@ -325,7 +325,7 @@ int MessagesModel::rowCount(const QModelIndex &parent) const
 void MessagesModel::sendNewMessage(const QString &message)
 {
     if (message.isEmpty()) {
-        qCWarning(KTP_DECLARATIVE) << "Attempting to send empty string";
+        qCWarning(KTP_DECLARATIVE) << "Attempting to send empty string, this is not supported";
     } else {
         Tp::PendingOperation *op;
         QString modifiedMessage = message;

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list