I can't help but feel like some part of this is a bug. probably because it is.

SVN revision: 64902
This commit is contained in:
Mike Blumenkrantz 2011-11-07 23:18:07 +00:00
parent a438f3ed36
commit c0ddaeb734
1 changed files with 0 additions and 10 deletions

View File

@ -336,16 +336,6 @@ _load_mimes(E_Config_Dialog_Data *cfdata, char *file)
cfdata->mimes = eina_list_append(cfdata->mimes, mime);
}
}
else
{
glob = _find_glob(mime, ext);
if (!glob)
{
glob = E_NEW(Config_Glob, 1);
glob->name = eina_stringshare_add(ext);
mime->globs = eina_list_append(mime->globs, glob);
}
}
}
}
while ((*p != '\n') && (*p != 0));