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 with stringshare.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- e_config.h  21 Aug 2006 02:36:53 -0000      1.110
+++ e_config.h  21 Aug 2006 15:33:20 -0000      1.111
@@ -216,8 +216,8 @@
    Evas_List  *shelves; // GUI
    int         font_hinting; // GUI
 
-   char       *desklock_personal_passwd; // GUI
-   char       *desklock_background; // GUI
+   const char *desklock_personal_passwd; // GUI
+   const char *desklock_background; // GUI
    int         desklock_auth_method; // GUI
    int         desklock_login_box_zone; // GUI
    int         desklock_autolock; // GUI



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