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


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

The following commit has been merged in the master branch:
commit 47b95bf3289195bad9b9ec310246131888f26436
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon May 20 18:15:06 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 bd8974b..c92aa2a 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -264,7 +264,7 @@ void ChatWidget::setTextChannel(const Tp::TextChannelPtr &newTextChannelPtr)
     setupChannelSignals();
 
     //if the UI is ready process any messages in queue
-    if (d->chatViewInitialized) {
+    if (d->chatviewlInitialised) {
         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