X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui_base%2Fappcore_ui_base.c;h=822aabcb9b066e1235b5260f662adb2d9f977f45;hb=2d7b58b2d4c0888571886446facc7bb78eea5812;hp=2696bfe8ea9d4dfb55d8c4854e11ba38bf188224;hpb=93aa779f2f6919a2dfd7115c2881b10bf2ca813b;p=platform%2Fcore%2Fappfw%2Fapp-core.git diff --git a/src/ui_base/appcore_ui_base.c b/src/ui_base/appcore_ui_base.c index 2696bfe..822aabc 100644 --- a/src/ui_base/appcore_ui_base.c +++ b/src/ui_base/appcore_ui_base.c @@ -695,7 +695,7 @@ EXPORT_API int appcore_ui_base_init(appcore_ui_base_ops ops, int argc, char **ar int r; bool is_vc_vt_automode = false; - appcore_ui_plugin_init(&ops, &hint); + appcore_ui_plugin_init(&ops, argc, argv, &hint); aul_app_get_appid_bypid(getpid(), appid, sizeof(appid)); __context.ops = ops; __context.data = data;