Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c e_fm.h 


Log Message:
use const char with evas_stringshare

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_fm.c      27 Jul 2006 19:29:16 -0000      1.17
+++ e_fm.c      28 Jul 2006 11:44:23 -0000      1.18
@@ -1375,7 +1375,8 @@
 static const char *
 _e_fm2_icon_desktop_url_eval(const char *val)
 {
-   char *path, *p, *s;
+   const char *s;
+   char *path, *p;
    
    if (strlen(val) < 6) return NULL;
    if (strncmp(val, "file:", 5)) return NULL;
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_fm.h      22 Jul 2006 21:49:39 -0000      1.7
+++ e_fm.h      28 Jul 2006 11:44:23 -0000      1.8
@@ -66,9 +66,9 @@
    /* the background - if any, and how to handle it */
    /* FIXME: not implemented yet */
    struct {
-      char            *background;
-      char            *frame;
-      char            *icons;
+      const char      *background;
+      const char      *frame;
+      const char      *icons;
       unsigned char    fixed;
    } theme;
    /* used internally only - used to save to disk only and laod from disk */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to