Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_entry.c
Log Message:
- patch from Sebastian Dransfeld to allow scrolling to the end of the entry
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_entry.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- ewl_entry.c 9 Dec 2004 05:26:09 -0000 1.118
+++ ewl_entry.c 9 Dec 2004 05:33:52 -0000 1.119
@@ -708,7 +708,7 @@
c_pos = ewl_entry_cursor_position_get(EWL_ENTRY_CURSOR(e->cursor));
if (c_pos >= l)
- pos = l - 1;
+ pos = l;
else
pos = c_pos;
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs