debug info for locale module crash

SVN revision: 75997
This commit is contained in:
Mike Blumenkrantz 2012-09-03 10:45:45 +00:00
parent 1cabcb39f9
commit 9ad8698ef1
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@ _fill_cat_list(E_Config_Dialog_Data *cfdata)
for (itr = _types; itr->key_len > 0; itr++)
{
cft = _cftype_find(cfdata, itr->key, _(itr->name), itr->icon);
if (!cft)
{
WRN("CFT MISSING!!! key(%s) name(%s) icon(%s)", itr->key, _(itr->name), itr->icon);
continue;
}
icon = e_icon_add(cfdata->evas);
if (icon)
{