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


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

The following commit has been merged in the master branch:
commit 9db6439d9031957f02aa68774d28b8a93fcd306d
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Mar 24 18:43:40 2015 +0100

    [lib] Word-wrap the message widget shown when sending message and being offline
    
    BUG: 345479
---
 lib/chat-widget.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index 2c49096..e26b57c 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -201,6 +201,7 @@ ChatWidget::ChatWidget(const Tp::TextChannelPtr & channel, const Tp::AccountPtr
     d->ui.messageWidget->setText(i18n("Your message cannot be sent because the account %1 is offline. Please try again when the account is connected again.", d->account->displayName()));
     d->ui.messageWidget->setMessageType(KMessageWidget::Warning);
     d->ui.messageWidget->setCloseButtonVisible(true);
+    d->ui.messageWidget->setWordWrap(true);
     // Hide for the first time
     d->ui.messageWidget->hide();
     d->messageWidgetSwitchOnlineAction = new QAction(i18n("Connect %1", d->account->displayName()), d->ui.messageWidget);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list