Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_textarea


Modified Files:
        Esmart_Textarea.h esmart_textarea_private.c 
        esmart_textarea_private.h esmart_textarea_public.c 


Log Message:
fixes to _esmart_textarea_format_next_del

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_textarea/Esmart_Textarea.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Esmart_Textarea.h   29 Mar 2005 20:39:41 -0000      1.1
+++ Esmart_Textarea.h   29 Mar 2005 21:19:11 -0000      1.2
@@ -67,7 +67,7 @@
 int             esmart_textarea_format_next_pos_get(Evas_Object *o);
 int             esmart_textarea_format_next_count_get(Evas_Object *o);
 const char     *esmart_textarea_format_next_get(Evas_Object *o, int n);
-void            esmart_textarea_format_next_dek(Evas_Object *o, int n);
+void            esmart_textarea_format_next_del(Evas_Object *o, int n);
 int             esmart_textarea_format_prev_pos_get(Evas_Object *o);
 int             esmart_textarea_format_prev_count_get(Evas_Object *o);
 const char     *esmart_textarea_format_prev_get(Evas_Object *o, int n);
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_textarea/esmart_textarea_private.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- esmart_textarea_private.c   29 Mar 2005 20:39:41 -0000      1.1
+++ esmart_textarea_private.c   29 Mar 2005 21:19:11 -0000      1.2
@@ -190,7 +190,7 @@
 }
 
 void
-_esmart_textarea_format_next_dek(Esmart_Text_Area *t, int n)
+_esmart_textarea_format_next_del(Esmart_Text_Area *t, int n)
 {
    evas_object_textblock_format_next_del(t->text, n);
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_textarea/esmart_textarea_private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- esmart_textarea_private.h   29 Mar 2005 20:39:41 -0000      1.1
+++ esmart_textarea_private.h   29 Mar 2005 21:19:11 -0000      1.2
@@ -25,7 +25,7 @@
 int               _esmart_textarea_format_next_pos_get(Esmart_Text_Area *t);
 int               _esmart_textarea_format_next_count_get(Esmart_Text_Area *t);
 const char       *_esmart_textarea_format_next_get(Esmart_Text_Area *t, int n);
-void              _esmart_textarea_format_next_dek(Esmart_Text_Area *t, int n);
+void              _esmart_textarea_format_next_del(Esmart_Text_Area *t, int n);
 int               _esmart_textarea_format_prev_pos_get(Esmart_Text_Area *t);
 int               _esmart_textarea_format_prev_count_get(Esmart_Text_Area *t);
 const char       *_esmart_textarea_format_prev_get(Esmart_Text_Area *t, int n);
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_textarea/esmart_textarea_public.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- esmart_textarea_public.c    29 Mar 2005 20:39:41 -0000      1.1
+++ esmart_textarea_public.c    29 Mar 2005 21:19:11 -0000      1.2
@@ -299,7 +299,7 @@
 }
 
 void
-esmart_textarea_format_next_dek(Evas_Object *o, int n)
+esmart_textarea_format_next_del(Evas_Object *o, int n)
 {
    Esmart_Text_Area *t;
    




-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to