[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:21:09 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=ff89d55
The following commit has been merged in the master branch:
commit ff89d55f6df486ad8ccf6c7a85e43dd2584b733c
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
---
lib/message-processor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/message-processor.cpp b/lib/message-processor.cpp
index 83d3991..a9b409e 100644
--- a/lib/message-processor.cpp
+++ b/lib/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-text-ui packaging
More information about the pkg-kde-commits
mailing list