[kdelibs] backported fix, fixes crashing kdevelop, 4.5 try 2

thomasj thomasj at fedoraproject.org
Fri Sep 10 10:20:04 UTC 2010


commit cd78701fe949c437331b86e348892679b9072659
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Fri Sep 10 12:20:06 2010 +0200

    backported fix, fixes crashing kdevelop, 4.5 try 2

 ....5.1_fix_kdevelop-crash_katetextblock_cpp.patch |    6 +++---
 ....1_fix_kdevelop-crash_katetexthistory_cpp.patch |    6 +++---
 ....5.1_fix_kdevelop-crash_katetexthistory_h.patch |    6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/kdelibs_4.5.1_fix_kdevelop-crash_katetextblock_cpp.patch b/kdelibs_4.5.1_fix_kdevelop-crash_katetextblock_cpp.patch
index 61ff9d7..c67ed96 100644
--- a/kdelibs_4.5.1_fix_kdevelop-crash_katetextblock_cpp.patch
+++ b/kdelibs_4.5.1_fix_kdevelop-crash_katetextblock_cpp.patch
@@ -1,5 +1,5 @@
---- kate/buffer/katetextblock.cpp      2010/09/06 00:49:03     1171997
-+++ kate/buffer/katetextblock.cpp      2010/09/06 00:49:36     1171998
+--- kate/buffer/katetextblock.cpp	2010/09/06 00:49:03	1171997
++++ kate/buffer/katetextblock.cpp	2010/09/06 00:49:36	1171998
 @@ -355,6 +355,7 @@
  
    // get text
@@ -16,4 +16,4 @@
 +  m_buffer->history().removeText (range, oldLength);
  
    /**
-    * cursor and range handling below
\ No newline at end of file
+    * cursor and range handling below
diff --git a/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_cpp.patch b/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_cpp.patch
index 7956d9f..07ba345 100644
--- a/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_cpp.patch
+++ b/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_cpp.patch
@@ -1,5 +1,5 @@
---- kate/buffer/katetexthistory.cpp    2010/09/06 00:49:03     1171997
-+++ kate/buffer/katetexthistory.cpp    2010/09/06 00:49:36     1171998
+--- kate/buffer/katetexthistory.cpp	2010/09/06 00:49:03	1171997
++++ kate/buffer/katetexthistory.cpp	2010/09/06 00:49:36	1171998
 @@ -94,7 +94,7 @@
    addEntry (entry);
  }
@@ -286,4 +286,4 @@
 +        }
      }
    }
- 
\ No newline at end of file
+ 
diff --git a/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_h.patch b/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_h.patch
index 14506fa..9e295dd 100644
--- a/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_h.patch
+++ b/kdelibs_4.5.1_fix_kdevelop-crash_katetexthistory_h.patch
@@ -1,5 +1,5 @@
---- kate/buffer/katetexthistory.h      2010/09/06 00:49:03     1171997
-+++ kate/buffer/katetexthistory.h      2010/09/06 00:49:36     1171998
+--- kate/buffer/katetexthistory.h	2010/09/06 00:49:03	1171997
++++ kate/buffer/katetexthistory.h	2010/09/06 00:49:36	1171998
 @@ -99,6 +99,14 @@
           * @param moveOnInsert behavior of this cursor on insert of text at it's position
           */
@@ -25,4 +25,4 @@
 +    void removeText (const KTextEditor::Range &range, int oldLineLength);
  
      /**
-      * Generic function to add a entry to the history. Is used by the above functions for the different editing primitives.
\ No newline at end of file
+      * Generic function to add a entry to the history. Is used by the above functions for the different editing primitives.


More information about the scm-commits mailing list