Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
oops

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -3 -r1.173 -r1.174
--- ewl_text.c  2 Aug 2007 22:56:47 -0000       1.173
+++ ewl_text.c  2 Aug 2007 23:08:29 -0000       1.174
@@ -168,7 +168,7 @@
  * limit will be deleted.
  */
 void
-ewl_text_maximum_length_set(Ewl_Text *t, unsigned int char_num)
+ewl_text_length_maximum_set(Ewl_Text *t, unsigned int char_num)
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR("t", t);
@@ -198,7 +198,7 @@
  * @brief Retrieve if maximum number of characters
  */
 unsigned int
-ewl_text_maximum_length_get(Ewl_Text *t)
+ewl_text_length_maximum_get(Ewl_Text *t)
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR_RET("t", t, 0);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to