Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_apps.c 


Log Message:
Fix a compiler warning about const char/char.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- e_int_config_apps.c 19 Nov 2006 03:43:18 -0000      1.46
+++ e_int_config_apps.c 26 Nov 2006 17:48:05 -0000      1.47
@@ -688,7 +688,7 @@
    if ((!once) || (once->path))
       {
         if ((once) && (once->title))
-            of = e_widget_framelist_add(evas, once->title, 0);
+            of = e_widget_framelist_add(evas, (char *)once->title, 0);
         else
 #ifdef ENABLE_FAVORITES
             of = e_widget_framelist_add(evas, _("Menus"), 0);



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