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


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

The following commit has been merged in the master branch:
commit 72d186d1c3ac39f75e171f63f9c61b3ec71e2817
Author: Lasath Fernando <kde at lasath.org>
Date:   Sat Jun 16 12:16:02 2012 +1000

    Fix (embarrassing) naming mistake
    
    Creating skeletons using regex is fine, if you don't mess up your
    regex!
---
 filters/formatting/format-filter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filters/formatting/format-filter.cpp b/filters/formatting/format-filter.cpp
index 7cfa3b4..7e1e424 100644
--- a/filters/formatting/format-filter.cpp
+++ b/filters/formatting/format-filter.cpp
@@ -72,4 +72,4 @@ void FormatFilter::addTag (const char *markingCharacter, char htmlTag)
 }
 
 K_PLUGIN_FACTORY(MessageFilterFactory, registerPlugin<FormatFilter>();)
-K_EXPORT_PLUGIN(MessageFilterFactory("ktptextui_formatting_filter_escape"))
\ No newline at end of file
+K_EXPORT_PLUGIN(MessageFilterFactory("ktptextui_message_filter_formatting"))
\ No newline at end of file

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list