Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/config


Modified Files:
        ewl_config_test.c 


Log Message:
stupid cnp error

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/config/ewl_config_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_config_test.c   7 May 2008 13:38:15 -0000       1.5
+++ ewl_config_test.c   4 Aug 2008 23:02:20 -0000       1.6
@@ -311,8 +311,8 @@
                 float v = rand();
                 float v_r;
 
-                ewl_config_int_set(conf, "test key", v, EWL_STATE_TRANSIENT);
-                v_r = ewl_config_int_get(conf, "test key");
+                ewl_config_float_set(conf, "test key", v, EWL_STATE_TRANSIENT);
+                v_r = ewl_config_float_get(conf, "test key");
 
                 if (v_r != v) {
                         LOG_FAILURE(buf, len, "The returned float is different"



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to