use current container if none passed to e_configure_registry_call

SVN revision: 75542
This commit is contained in:
Mike Blumenkrantz 2012-08-22 11:52:53 +00:00
parent f88ad21893
commit 043bbd8cb9
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ e_configure_registry_call(const char *path, E_Container *con, const char *params
cat = ecore_file_dir_get(path);
if (!cat) return;
item = ecore_file_file_get(path);
if (!con) con = e_container_current_get(e_manager_current_get());
EINA_LIST_FOREACH(e_configure_registry, l, ecat)
if (!strcmp(cat, ecat->cat))
{