Enlightenment CVS committal Author : devilhorns Project : e_modules Module : screenshot
Dir : e_modules/screenshot Modified Files: e_mod_main.h e_mod_main.c Log Message: Change use_app to a unsigned char like the rest. =================================================================== RCS file: /cvs/e/e_modules/screenshot/e_mod_main.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- e_mod_main.h 22 May 2006 02:10:15 -0000 1.14 +++ e_mod_main.h 30 May 2006 18:34:10 -0000 1.15 @@ -25,7 +25,7 @@ unsigned char use_scrot; const char *location; const char *filename; - int use_app; + unsigned char use_app; const char *app; struct { =================================================================== RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- e_mod_main.c 30 May 2006 01:07:53 -0000 1.39 +++ e_mod_main.c 30 May 2006 18:34:10 -0000 1.40 @@ -278,7 +278,7 @@ E_CONFIG_VAL(D, T, import.use_trim, UCHAR); E_CONFIG_VAL(D, T, scrot.use_img_border, UCHAR); E_CONFIG_VAL(D, T, scrot.use_thumb, UCHAR); - E_CONFIG_VAL(D, T, use_app, INT); + E_CONFIG_VAL(D, T, use_app, UCHAR); E_CONFIG_VAL(D, T, app, STR); conf_edd = E_CONFIG_DD_NEW("Screenshot_Config", Config); _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs