Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_main.h 


Log Message:
Fix for evas_stringshare. Changes char *appdir to const char *appdir.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_mod_main.h        20 Jan 2006 04:04:13 -0000      1.29
+++ e_mod_main.h        11 Mar 2006 16:14:56 -0000      1.30
@@ -15,7 +15,7 @@
 
 struct _Config
 {
-   char         *appdir;
+   const char   *appdir;
    int           follower;
    double        follow_speed;
    double        autoscroll_speed;




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to