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

List:       kde-release-team
Subject:    [patch] backport fix from r965162
From:       Bernhard Beschow <bbeschow () cs ! tu-berlin ! de>
Date:       2009-05-08 18:05:06
Message-ID: 200905082005.06540.bbeschow () cs ! tu-berlin ! de
[Download RAW message or body]

Hi release team,

this patch fixes bug (#191884) in the katepart, which might be a showstopper for kdevelop. It would be \
cool if you'd apply the patch. Thanks in any case!

Keep up the great work!

Greetings,
Bernhard


["fix-191884.diff" (text/x-patch)]

Index: kate/document/katedocument.cpp
===================================================================
--- kate/document/katedocument.cpp	(Revision 965352)
+++ kate/document/katedocument.cpp	(Arbeitskopie)
@@ -1453,7 +1453,8 @@
 
   QString oldText = this->line(line);
 
-  m_undoManager->addUndo (new KateEditRemoveLineUndo(this, line, this->line(line)));
+  if (editWithUndo)
+    m_undoManager->addUndo (new KateEditRemoveLineUndo(this, line, this->line(line)));
 
   KTextEditor::Range rangeRemoved(line, 0, line, oldText.length());
 


_______________________________________________
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


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

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