[Python-apps-commits] r5985 - in packages/eric/trunk/debian/patches (05_minor_docfix.patch)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu Aug 19 06:42:28 UTC 2010


    Date: Thursday, August 19, 2010 @ 06:42:19
  Author: gudjon-guest
Revision: 5985

Added patch 05_minor_docfix to repository

Added:
  packages/eric/trunk/debian/patches/05_minor_docfix.patch

Added: packages/eric/trunk/debian/patches/05_minor_docfix.patch
===================================================================
--- packages/eric/trunk/debian/patches/05_minor_docfix.patch	                        (rev 0)
+++ packages/eric/trunk/debian/patches/05_minor_docfix.patch	2010-08-19 06:42:19 UTC (rev 5985)
@@ -0,0 +1,28 @@
+Minor changes to documentation
+--- a/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompat.html
++++ b/eric/Documentation/Source/eric4.QScintilla.QsciScintillaCompat.html
+@@ -245,7 +245,7 @@
+ <td>Public method to set the current indicator.</td>
+ </tr><tr>
+ <td><a href="#QsciScintillaCompat.setCursorFlashTime">setCursorFlashTime</a></td>
+-<td>Public method to get the flash (blink) time of the cursor in milliseconds.</td>
++<td>Public method to set the flash (blink) time of the cursor in milliseconds.</td>
+ </tr><tr>
+ <td><a href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString</a></td>
+ <td>Public method to set the eol mode given the eol string.</td>
+@@ -973,7 +973,7 @@
+ <h4>QsciScintillaCompat.setCursorFlashTime</h4>
+ <b>setCursorFlashTime</b>(<i>time</i>)
+ <p>
+-        Public method to get the flash (blink) time of the cursor in milliseconds.
++        Public method to set the flash (blink) time of the cursor in milliseconds.
+ </p><p>
+         The flash time is the time required to display, invert and restore the 
+         caret display. Usually the text cursor is displayed for half the cursor 
+@@ -1173,4 +1173,4 @@
+ </dl>
+ <div align="right"><a href="#top">Up</a></div>
+ <hr />
+-</body></html>
+\ No newline at end of file
++</body></html>




More information about the Python-apps-commits mailing list