Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_desktop


Modified Files:
        ecore_desktop_icon.c 


Log Message:
Another const warning.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ecore_desktop_icon.c        24 Sep 2006 12:26:09 -0000      1.36
+++ ecore_desktop_icon.c        24 Sep 2006 21:17:09 -0000      1.37
@@ -452,7 +452,7 @@
 
    /* According to the spec, name and comment are required, but we can fake 
those easily enough. */
    value = ecore_hash_get(result->group, "Name");
-   if (!value) value = icon_theme;
+   if (!value) value = (char *) icon_theme;
    result->name = strdup(value);
    value = ecore_hash_get(result->group, "Comment");
    if (!value) value = "No comment provided.";



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