Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/cpufreq Modified Files: e_mod_main.c Log Message: 1. fix valgrind issue - cpufreq was saving a char as an int to eet's description! BAD!. and fix segv for dnd from popup pager. :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- e_mod_main.c 24 Sep 2005 13:42:05 -0000 1.24 +++ e_mod_main.c 25 Sep 2005 05:30:09 -0000 1.25 @@ -134,7 +134,7 @@ #undef D #define T Config_Face #define D conf_face_edd - E_CONFIG_VAL(D, T, enabled, INT); + E_CONFIG_VAL(D, T, enabled, UCHAR); conf_edd = E_CONFIG_DD_NEW("Cpufreq_Config", Config); #undef T ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs