Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/pager Modified Files: e_mod_main.c Log Message: nuke valgrind badness! :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.75 retrieving revision 1.76 diff -u -3 -r1.75 -r1.76 --- e_mod_main.c 24 Mar 2005 20:36:31 -0000 1.75 +++ e_mod_main.c 1 Apr 2005 16:12:30 -0000 1.76 @@ -160,9 +160,9 @@ #undef D #define T Config_Face #define D _conf_face_edd - E_CONFIG_VAL(D, T, enabled, INT); - E_CONFIG_VAL(D, T, scale, INT); - E_CONFIG_VAL(D, T, resize, INT); + E_CONFIG_VAL(D, T, enabled, UCHAR); + E_CONFIG_VAL(D, T, scale, UCHAR); + E_CONFIG_VAL(D, T, resize, UCHAR); _conf_edd = E_CONFIG_DD_NEW("Pager_Config", Config); #undef T ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs