Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        ecore_config_db.c 


Log Message:
ecore_config boolean patch - Peter Wehrfritz
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ecore_config_db.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ecore_config_db.c   25 Jun 2005 10:11:25 -0000      1.6
+++ ecore_config_db.c   13 Aug 2005 14:34:34 -0000      1.7
@@ -240,7 +240,7 @@
               break;
             case PT_BLN:
               num = snprintf(buf, sizeof(buf), "%c %i ", (char) type,
-                             (int) ecore_config_int_get(key));
+                             (int) ecore_config_boolean_get(key));
               break;
             case PT_FLT:
               num = snprintf(buf, sizeof(buf), "%c %16.16f ", (char) type,




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to