Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c 


Log Message:
Remove const qualifier.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- e_int_config_modules.c      26 Jul 2007 11:34:08 -0000      1.58
+++ e_int_config_modules.c      26 Jul 2007 12:01:54 -0000      1.59
@@ -254,7 +254,7 @@
        Efreet_Desktop *desk = NULL;
        Evas_Object *oc = NULL;
        char buf[4096];
-       const char *icon;
+       char *icon;
        
        mod = l->data;
        if (!mod) continue;
@@ -307,7 +307,7 @@
        Efreet_Desktop *desk = NULL;
        Evas_Object *oc = NULL;
        char buf[4096];
-       const char *icon;
+       char *icon;
        
        mod = l->data;
        if (!mod) continue;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to