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


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

The following commit has been merged in the master branch:
commit 893c77f5367004d4a7f3761771a64ebfed169cb2
Author: Lasath Fernando <kde at lasath.org>
Date:   Sat Jul 14 19:04:50 2012 +1000

    Un-comment out FormatFilter
    
    David commented out code internal to the FormattingFilter to disable it
    on his machine.
    
    Since there is now a much better mechanism for disabling plugins, I'm
    undoing his crude hack.
---
 filters/formatting/format-filter.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/filters/formatting/format-filter.cpp b/filters/formatting/format-filter.cpp
index b8f0b53..7e1e424 100644
--- a/filters/formatting/format-filter.cpp
+++ b/filters/formatting/format-filter.cpp
@@ -33,9 +33,9 @@ public:
 FormatFilter::FormatFilter (QObject* parent, const QVariantList&) :
     AbstractMessageFilter (parent), d(new Private())
 {
-//     addTag("_", 'i');
-//     addTag("\*", 'b');
-//     addTag("-", 's');
+    addTag("_", 'i');
+    addTag("\*", 'b');
+    addTag("-", 's');
 }
 
 void FormatFilter::filterMessage (Message& message)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list