Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_embryo.c 


Log Message:
fixed insert_float()
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_embryo.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- edje_embryo.c       27 Oct 2004 16:20:05 -0000      1.36
+++ edje_embryo.c       29 Oct 2004 14:49:10 -0000      1.37
@@ -1450,7 +1450,7 @@
    embryo_program_native_call_add(ep, "fetch_str", _edje_embryo_fn_fetch_str);
    embryo_program_native_call_add(ep, "append_float", _edje_embryo_fn_append_float);
    embryo_program_native_call_add(ep, "prepend_float", _edje_embryo_fn_prepend_float);
-   embryo_program_native_call_add(ep, "insert_float", _edje_embryo_fn_prepend_float);
+   embryo_program_native_call_add(ep, "insert_float", _edje_embryo_fn_insert_float);
    embryo_program_native_call_add(ep, "replace_float", _edje_embryo_fn_replace_float);
    embryo_program_native_call_add(ep, "fetch_float", _edje_embryo_fn_fetch_float);
 




-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to