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


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

The following commit has been merged in the master branch:
commit 9595d7201de52308132ffd818c265a133dd2906f
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Nov 1 13:45:00 2012 +0100

    Fix build
    
    Fix typo introduced in b15541ff1
---
 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 248d6f8..bbc8451 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -56,7 +56,7 @@ class ChatWidgetPrivate
 {
 public:
     ChatWidgetPrivate() :
-        remoteContactChatState(Tp::ChannelChatStateInactive);
+        remoteContactChatState(Tp::ChannelChatStateInactive),
         isGroupChat(false)
     {
     }

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list