locals.params isn't stringshared

Fixes bug #436

SVN revision: 45341
This commit is contained in:
Sebastian Dransfeld 2010-01-19 20:41:33 +00:00
parent e64e721ff2
commit f2d0f5894d
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ _auto_apply_changes(E_Config_Dialog_Data *cfdata)
ok = 0;
if (ok)
*params = eina_stringshare_ref(cfdata->locals.params);
*params = eina_stringshare_add(cfdata->locals.params);
}
}