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


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

The following commit has been merged in the master branch:
commit ee857e329a87294b71d4ca51d859b822161aed67
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed May 29 19:49:08 2013 +0100

    Fix compile
---
 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 739d5a1..9fdbdb7 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -273,7 +273,7 @@ void ChatWidget::setTextChannel(const Tp::TextChannelPtr &newTextChannelPtr)
     setupChannelSignals();
 
     //if the UI is ready process any messages in queue
-    if (d->chatviewlInitialised) {
+    if (d->chatViewInitialized) {
         Q_FOREACH (const Tp::ReceivedMessage &message, d->channel->messageQueue()) {
             handleIncomingMessage(message, true);
         }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list