Another const warning.

SVN revision: 26116
This commit is contained in:
David Walter Seikel 2006-09-24 21:17:09 +00:00
parent 5898e380e9
commit 59f86f0a78
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ ecore_desktop_icon_theme_get(const char *icon_theme, const char *lang)
/* 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.";