projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19fb39f
)
[Application] ApplicationControl launchMode fix
author
Rafal Galka
<r.galka@samsung.com>
Thu, 30 Apr 2015 09:02:20 +0000
(11:02 +0200)
committer
Rafal Galka
<r.galka@samsung.com>
Thu, 30 Apr 2015 09:02:20 +0000
(11:02 +0200)
Change-Id: I30e12d3cbbb20d43122e20eb7c24d215de0cc2ed
src/application/application_manager.cc
patch
|
blob
|
history
diff --git
a/src/application/application_manager.cc
b/src/application/application_manager.cc
index bdc0c33ed83f03ac3aec5e4b865559e8a62a5e6d..31dca1c1e0f5f3754e4185bffe0dfccf952a7580 100644
(file)
--- a/
src/application/application_manager.cc
+++ b/
src/application/application_manager.cc
@@
-437,7
+437,7
@@
void ApplicationManager::LaunchAppControl(const picojson::value& args) {
const picojson::object& app_control_obj = control.get<picojson::object>();
std::string launch_mode_str;
- const auto& launch_mode =
args
.get("launchMode");
+ const auto& launch_mode =
control
.get("launchMode");
if (launch_mode.is<std::string>()) {
launch_mode_str = launch_mode.get<std::string>();
}