[Konsole-devel] Fwd: KDE/kdebase/apps/konsole/src

Kurt Hindenburg kurt.hindenburg at gmail.com
Mon Aug 11 15:59:16 UTC 2008


Double-check so I don't introduce stupid errors accidentally.

---------- Forwarded message ----------
From: Kurt Hindenburg <kurt.hindenburg at gmail.com>
Date: Mon, Aug 11, 2008 at 11:14 AM
Subject: KDE/kdebase/apps/konsole/src
To: kde-commits at kde.org


SVN commit 845380 by hindenburg:

ebn krazy fixes

 M  +1 -1      Profile.cpp
 M  +2 -2      TerminalDisplay.cpp


--- trunk/KDE/kdebase/apps/konsole/src/Profile.cpp #845379:845380
@@ -410,7 +410,7 @@
        return false;

    // KDE 3 profiles do not have parents
-    parentProfile = QString();
+    parentProfile.clear();

    KDesktopFile* desktopFile = new KDesktopFile(path);
    KConfigGroup* config = new KConfigGroup( desktopFile->desktopGroup() );
--- trunk/KDE/kdebase/apps/konsole/src/TerminalDisplay.cpp #845379:845380
@@ -770,8 +770,8 @@
 void TerminalDisplay::scrollImage(int lines , const QRect&
screenWindowRegion)
 {
       // if the flow control warning is enabled this will interfere with
the
-       // scrolling optimisations and cause artifacts.  the simple solution
here
-       // is to just disable the optimisation whilst it is visible
+       // scrolling optimizations and cause artifacts.  the simple solution
here
+       // is to just disable the optimization whilst it is visible
       if ( _outputSuspendedLabel && _outputSuspendedLabel->isVisible() )
               return;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20080811/e45e874c/attachment.html>


More information about the konsole-devel mailing list