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


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

The following commit has been merged in the master branch:
commit cc0f15177aee61da6f66519332d5332fb59add64
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue May 1 16:00:04 2012 +1000

    Add series of tests for UrlFilter
    
    UrlFilter is still hardcoded in lib.
    
    It will be moved in a later
    commit, but since it's currently candidate to be replaced by
    some code in ktp-common-internals, I want to make sure there's
    an extensive set of tests first.
---
 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 8fbd4e2..6d5b078 100644
--- a/KTp/message-processor.cpp
+++ b/KTp/message-processor.cpp
@@ -48,8 +48,8 @@ MessageProcessor* MessageProcessor::instance()
 
 MessageProcessor::MessageProcessor()
 {
-    m_filters << new UrlFilter(this);
     loadAllPlugins();
+    m_filters << new UrlFilter(this);
 }
 
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list