set ecore_app arguments, edje external will use it to init elm_init()

SVN revision: 47563
This commit is contained in:
Gustavo Sverzut Barbieri 2010-03-29 18:45:18 +00:00
parent acadc5e210
commit 4981652e8c
1 changed files with 2 additions and 0 deletions

View File

@ -620,6 +620,8 @@ int main(int argc, char **argv)
goto end;
}
ecore_app_args_set(argc, (const char **)argv);
ret = 0;
opts.file = argv[args];
if (opts.list_groups)