projects
/
framework
/
osp
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a949b53
)
add Ondownloadcomplete
author
Hyunseok Yang
<hs0219.yang@samsung.com>
Tue, 18 Jun 2013 04:31:10 +0000
(13:31 +0900)
committer
Hyunseok Yang
<hs0219.yang@samsung.com>
Tue, 18 Jun 2013 04:31:10 +0000
(13:31 +0900)
Change-Id: Iecfc02e3476ba61bd4f05769beba324f342db85a
Signed-off-by: Hyunseok Yang <hs0219.yang@samsung.com>
src/controls/FWebCtrl_WebImpl.cpp
patch
|
blob
|
history
diff --git
a/src/controls/FWebCtrl_WebImpl.cpp
b/src/controls/FWebCtrl_WebImpl.cpp
index
f589bd0
..
28acd66
100755
(executable)
--- a/
src/controls/FWebCtrl_WebImpl.cpp
+++ b/
src/controls/FWebCtrl_WebImpl.cpp
@@
-5264,7
+5264,7
@@
_WebImpl::HideFormDataWindow(bool delWindow)
void
_WebImpl::OnDownloadCompleted(RequestId reqId, const String &path)
{
-
//
_ContentManagerImpl::ScanFile(path);
+
_ContentManagerImpl::ScanFile(path);
}