[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:00 UTC 2016


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

The following commit has been merged in the master branch:
commit a7a7b29070552fd9ce3cccc38a39a4adb550d0ec
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Feb 7 18:54:39 2012 +0000

    Fix emoticons appearing in URLs (and breaking everything)
    
    BUG: 278790
---
 KTp/message-processor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/message-processor.cpp b/KTp/message-processor.cpp
index 83d3991..a9b409e 100644
--- a/KTp/message-processor.cpp
+++ b/KTp/message-processor.cpp
@@ -48,7 +48,7 @@ MessageProcessor* MessageProcessor::instance()
 
 MessageProcessor::MessageProcessor()
 {
-    m_filters << new EscapeFilter(this) << new EmoticonFilter(this) << new UrlFilter(this);
+    m_filters << new EscapeFilter(this) << new UrlFilter(this) << new EmoticonFilter(this);
 }
 
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list