ss ref here

SVN revision: 78450
This commit is contained in:
Mike Blumenkrantz 2012-10-25 12:24:29 +00:00
parent c31c8e2a0b
commit c4c1d43cec
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
c = e_theme_config_get("theme");
if (c)
cfdata->theme = eina_stringshare_add(c->file);
cfdata->theme = eina_stringshare_ref(c->file);
else
{
e_prefix_data_concat_static(path, "data/themes/default.edj");