summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2016-12-05 15:24:38 +0900
committerJunghoon Park <jh9216.park@samsung.com>2016-12-05 15:24:38 +0900
commit623e988de75096c5be2b6dee260c85acf0dff26e (patch)
tree8e2cc47092041ba435ba205d603b8a65f0a0a65d
parent16a017942e0738983c5d897c2332829549838f3e (diff)
downloadapplication-623e988de75096c5be2b6dee260c85acf0dff26e.tar.gz
application-623e988de75096c5be2b6dee260c85acf0dff26e.tar.bz2
application-623e988de75096c5be2b6dee260c85acf0dff26e.zip
Change-Id: Ia1e4afd5d28dd8b4536687b6f049a0a9ec2b05cb Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
-rwxr-xr-xapp_control/app_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_control/app_control.c b/app_control/app_control.c
index 447348e..9efcba0 100755
--- a/app_control/app_control.c
+++ b/app_control/app_control.c
@@ -774,7 +774,7 @@ int app_control_send_launch_request(app_control_h app_control, app_control_reply
aul_add_caller_cb(launch_pid, __handle_launch_result, request_context);
/* launched without app selector */
- if ((strcmp(callee, APP_SELECTOR) != 0) ||
+ if ((strcmp(callee, APP_SELECTOR) != 0) &&
(strcmp(callee, SHARE_PANEL) != 0))
aul_invoke_caller_cb(request_context);