fix stringshare magic failure in theme dialog, unbreaks apply button

This commit is contained in:
Mike Blumenkrantz 2013-11-29 09:45:31 -05:00
parent d2acd5edcc
commit ed60e2482a
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
if (theme)
{
snprintf(path, sizeof(path), "%s.edj", theme);
cfdata->theme = eina_stringshare_ref(path);
cfdata->theme = eina_stringshare_add(path);
}
else
{