Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config.h 


Log Message:
Use const char with stringshare.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.h,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -3 -r1.106 -r1.107
--- e_config.h  14 Aug 2006 11:24:45 -0000      1.106
+++ e_config.h  15 Aug 2006 20:17:19 -0000      1.107
@@ -234,8 +234,8 @@
    int         border_raise_on_focus; // GUI
    int         desk_flip_wrap; // GUI
    
-   char       *wallpaper_import_last_dev; // INTERNAL
-   char       *wallpaper_import_last_path; // INTERNAL
+   const char *wallpaper_import_last_dev; // INTERNAL
+   const char *wallpaper_import_last_path; // INTERNAL
 };
 
 struct _E_Config_Module



-------------------------------------------------------------------------
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