old school kudos .. !!! ..

dh

Enlightenment SVN wrote:
> Log:
>   fix copy & paste bug!
>   
>   
> Author:       raster
> Date:         2009-02-14 18:55:56 -0800 (Sat, 14 Feb 2009)
> New Revision: 39022
> 
> Modified:
>   trunk/edje/src/lib/edje_entry.c 
> 
> Modified: trunk/edje/src/lib/edje_entry.c
> ===================================================================
> --- trunk/edje/src/lib/edje_entry.c   2009-02-15 02:53:56 UTC (rev 39021)
> +++ trunk/edje/src/lib/edje_entry.c   2009-02-15 02:55:56 UTC (rev 39022)
> @@ -224,7 +224,7 @@
>     en->sel_start = evas_object_textblock_cursor_new(o);
>     evas_textblock_cursor_copy(c, en->sel_start);
>     en->sel_end = evas_object_textblock_cursor_new(o);
> -   evas_textblock_cursor_copy(c, en->sel_start);
> +   evas_textblock_cursor_copy(c, en->sel_end);
>     en->have_selection = 0;
>     if (en->selection)
>       {
> 
> 
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to