only try opening .so files as wizard pages

SVN revision: 79153
This commit is contained in:
Mike Blumenkrantz 2012-11-12 11:52:33 +00:00
parent 37e893bc15
commit 3606401dcf
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ e_modapi_init(E_Module *m)
files = eina_list_sort(files, 0, (Eina_Compare_Cb)_cb_sort_files);
EINA_LIST_FREE(files, file)
{
if (!strncmp(file, "page_", 5))
if ((!strncmp(file, "page_", 5)) && (eina_str_has_extension(file, ".so")))
{
void *handle;