[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeadmin/ksystemlog/src/lib
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2010-10-11 21:25:37
Message-ID: 20101011212537.430C7AC894 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1184934 by cfeck:

Add newline to saved log lines

BUG: 244776


 M  +1 -1      logViewExport.cpp  


--- trunk/KDE/kdeadmin/ksystemlog/src/lib/logViewExport.cpp #1184933:1184934
@@ -249,7 +249,7 @@
 			LogViewWidgetItem* item=static_cast<LogViewWidgetItem*> (*it);
 
 			//Copy the item content to the stream
-			stream << item->logLine()->exportToText();
+			stream << item->logLine()->exportToText() << '\n';
 
 			//Retrieve the next item
 			it++;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic