Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Remove cast

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- e_mod_main.c        7 Jan 2006 10:39:46 -0000       1.105
+++ e_mod_main.c        7 Jan 2006 14:21:25 -0000       1.106
@@ -228,7 +228,7 @@
    if (!ib->conf)
      {
        ib->conf = E_NEW(Config, 1);
-       ib->conf->appdir = (char *)evas_stringshare_add("bar");
+       ib->conf->appdir = evas_stringshare_add("bar");
        ib->conf->follower = 1;
        ib->conf->follow_speed = 0.9;
        ib->conf->autoscroll_speed = 0.95;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to