[arch-commits] Commit in kdelibs/trunk (fix-kate.patch)

Tobias Powalowski tpowa at archlinux.org
Mon May 5 18:17:48 UTC 2008


    Date: Monday, May 5, 2008 @ 14:17:48
  Author: tpowa
Revision: 1346

'added missing patch'

Added:
  kdelibs/trunk/fix-kate.patch

----------------+
 fix-kate.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)

Added: fix-kate.patch
===================================================================
--- fix-kate.patch	                        (rev 0)
+++ fix-kate.patch	2008-05-05 18:17:48 UTC (rev 1346)
@@ -0,0 +1,11 @@
+--- branches/KDE/3.5/kdelibs/kate/part/katesupercursor.cpp	2008/02/08 14:17:43	772352
++++ branches/KDE/3.5/kdelibs/kate/part/katesupercursor.cpp	2008/02/20 11:02:18	777286
+@@ -186,7 +186,7 @@
+ {
+   if (newLine)
+   {
+-    if (m_line > int(line) || (m_line == int(line) && m_col > int(col)))
++    if (m_line > int(line) || (m_line == int(line) && m_col >= int(col)))
+     {
+       if(m_line == int(line))
+          m_col -= col;





More information about the arch-commits mailing list