Remove SMACK rule file(.rule) according three domain model
[apps/core/preloaded/taskmanager.git] / src / _genlist.c
index 0b21d53..a0012ee 100755 (executable)
@@ -2,7 +2,7 @@
  * org.tizen.taskmgr
  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
@@ -280,10 +280,10 @@ _D("func\n");
                                /* exception : Because dialer doesn't need bundle
                                 * since being unifyed dialer, voice call and video call
                                 */
-                               ret = aul_launch_app(info->pkg_name, NULL);
+                               ret = aul_open_app(info->pkg_name);
                                selected = 0;
                        } else {
-                               ret = aul_launch_app(info->pkg_name, info->b);
+                               ret = aul_open_app(info->pkg_name);
                                selected = 0;
                        }
                }