Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_wallpaper.c 


Log Message:
++const

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_int_config_wallpaper.c    20 Aug 2006 21:33:50 -0000      1.7
+++ e_int_config_wallpaper.c    21 Aug 2006 16:17:32 -0000      1.8
@@ -179,12 +179,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->bg) 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->bg, 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

Reply via email to