Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c e_fm.h e_int_config_theme.c Log Message: const++ =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- e_fm.c 21 Aug 2006 16:03:49 -0000 1.35 +++ e_fm.c 21 Aug 2006 16:16:56 -0000 1.36 @@ -456,7 +456,7 @@ } EAPI void -e_fm2_file_show(Evas_Object *obj, char *file) +e_fm2_file_show(Evas_Object *obj, const char *file) { E_Fm2_Smart_Data *sd; Evas_List *l; =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- e_fm.h 21 Aug 2006 15:52:58 -0000 1.12 +++ e_fm.h 21 Aug 2006 16:16:56 -0000 1.13 @@ -109,7 +109,7 @@ EAPI Evas_List *e_fm2_selected_list_get(Evas_Object *obj); EAPI Evas_List *e_fm2_all_list_get(Evas_Object *obj); EAPI void e_fm2_select_set(Evas_Object *obj, const char *file, int select); -EAPI void e_fm2_file_show(Evas_Object *obj, char *file); +EAPI void e_fm2_file_show(Evas_Object *obj, const char *file); EAPI void e_fm2_pan_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y); EAPI void e_fm2_pan_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_theme.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- e_int_config_theme.c 16 Aug 2006 12:24:23 -0000 1.30 +++ e_int_config_theme.c 21 Aug 2006 16:16:56 -0000 1.31 @@ -120,12 +120,13 @@ _cb_files_files_changed(void *data, Evas_Object *obj, void *event_info) { E_Config_Dialog_Data *cfdata; - char *p, *homedir, buf[4096]; + const char *p; + char *homedir, buf[4096]; cfdata = data; if (!cfdata->theme) return; if (!cfdata->o_fm) return; - p = (char *)e_fm2_real_path_get(cfdata->o_fm); + p = e_fm2_real_path_get(cfdata->o_fm); if (p) { if (strncmp(p, cfdata->theme, strlen(p))) return; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs