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


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

The following commit has been merged in the master branch:
commit 6ae52c76d3a4f69307780d8d35509596bed197f1
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Sep 21 10:57:55 2012 +0200

    Execute both inner loops in one outher loop
---
 lib/message-processor.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/message-processor.cpp b/lib/message-processor.cpp
index be28a62..08d7d2b 100644
--- a/lib/message-processor.cpp
+++ b/lib/message-processor.cpp
@@ -70,8 +70,6 @@ QString MessageProcessor::header()
                 scripts << script;
             }
         }
-    }
-    Q_FOREACH (AbstractMessageFilter *filter, MessageProcessor::m_filters) {
         Q_FOREACH (const QString &stylesheet, filter->requiredStylesheets()) {
             // Avoid duplicates
             if (!stylesheets.contains(stylesheet)) {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list