From 1356d8c20a753e4fd66cdefc0e63fd6d7d8da585 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Date: Thu, 16 Apr 2009 15:34:06 +0200
Subject: [PATCH] whoops

newlines are like whitespace, so items don't run together
---
 src/shared/proparser/profileevaluator.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shared/proparser/profileevaluator.cpp b/src/shared/proparser/profileevaluator.cpp
index 1313f7c0306..0aea2bcbc07 100644
--- a/src/shared/proparser/profileevaluator.cpp
+++ b/src/shared/proparser/profileevaluator.cpp
@@ -346,6 +346,7 @@ bool ProFileEvaluator::Private::parseLine(const QString &line0)
     m_contNextLine = escaped;
     if (escaped) {
         m_proitem.chop(1);
+        updateItem();
         return true;
     } else {
         if (!m_syntaxError) {
-- 
GitLab