<div dir="ltr">Double-check so I don't introduce stupid errors accidentally.<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Kurt Hindenburg</b> <span dir="ltr"><<a href="mailto:kurt.hindenburg@gmail.com">kurt.hindenburg@gmail.com</a>></span><br>
Date: Mon, Aug 11, 2008 at 11:14 AM<br>Subject: KDE/kdebase/apps/konsole/src<br>To: <a href="mailto:kde-commits@kde.org">kde-commits@kde.org</a><br><br><br>SVN commit 845380 by hindenburg:<br>
<br>
ebn krazy fixes<br>
<br>
M +1 -1 Profile.cpp<br>
M +2 -2 TerminalDisplay.cpp<br>
<br>
<br>
--- trunk/KDE/kdebase/apps/konsole/src/Profile.cpp #845379:845380<br>
@@ -410,7 +410,7 @@<br>
return false;<br>
<br>
// KDE 3 profiles do not have parents<br>
- parentProfile = QString();<br>
+ parentProfile.clear();<br>
<br>
KDesktopFile* desktopFile = new KDesktopFile(path);<br>
KConfigGroup* config = new KConfigGroup( desktopFile->desktopGroup() );<br>
--- trunk/KDE/kdebase/apps/konsole/src/TerminalDisplay.cpp #845379:845380<br>
@@ -770,8 +770,8 @@<br>
void TerminalDisplay::scrollImage(int lines , const QRect& screenWindowRegion)<br>
{<br>
// if the flow control warning is enabled this will interfere with the<br>
- // scrolling optimisations and cause artifacts. the simple solution here<br>
- // is to just disable the optimisation whilst it is visible<br>
+ // scrolling optimizations and cause artifacts. the simple solution here<br>
+ // is to just disable the optimization whilst it is visible<br>
if ( _outputSuspendedLabel && _outputSuspendedLabel->isVisible() )<br>
return;<br>
<br>
</div><br></div>