projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039af89
)
Revert "fixup! Add support for IDS string mapping."
39/194839/1
author
kodam nagaraju
<k2.nagaraju@samsung.com>
Fri, 7 Dec 2018 10:04:56 +0000
(10:04 +0000)
committer
kodam nagaraju
<k2.nagaraju@samsung.com>
Fri, 7 Dec 2018 10:04:56 +0000
(10:04 +0000)
This reverts commit
039af89dcbbe2c09b6ca69816562d99fb9636ef7
.
Change-Id: Ibf5ea240287cb1128c1e33c8406f71599dea4179
atom/browser/browser.cc
patch
|
blob
|
history
diff --git
a/atom/browser/browser.cc
b/atom/browser/browser.cc
index 1e0d82d2ccd78f613a46e45ec5e8e39abed1d69c..1552737771fef544e31fcbc574fbb67bdfe27fc5 100644
(file)
--- a/
atom/browser/browser.cc
+++ b/
atom/browser/browser.cc
@@
-336,7
+336,7
@@
void Browser::Launch(std::unique_ptr<common::AppControl> appcontrol) {
std::unique_ptr<common::ResourceManager::Resource> res =
resource_manager_->GetStartResource(appcontrol.get());
if (res)
- start_url_ = res
ource_manager_->GetLocalizedPath(res->uri()
);
+ start_url_ = res
->uri(
);
tizen::NativeWebRuntime::GetInstance().StartApplication();
}