projects
/
apps
/
web
/
download-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10052b4
)
Fix Svace issue, WGID 25669
19/75219/1
accepted/tizen/common/20160617.122115
accepted/tizen/mobile/20160617.084440
accepted/tizen/wearable/20160617.084436
submit/tizen_common/20160617.055620
submit/tizen_mobile/20160617.055606
submit/tizen_tv/20160617.055610
submit/tizen_wearable/20160617.055615
author
min7.choi
<min7.choi@samsung.com>
Fri, 17 Jun 2016 05:52:18 +0000
(14:52 +0900)
committer
min7.choi
<min7.choi@samsung.com>
Fri, 17 Jun 2016 05:52:18 +0000
(14:52 +0900)
Change-Id: Ic0d6501518e614558a95fd3092df431a264b4237
Signed-off-by: min7.choi <min7.choi@samsung.com>
src/include/download-manager-downloadItem.h
patch
|
blob
|
history
diff --git
a/src/include/download-manager-downloadItem.h
b/src/include/download-manager-downloadItem.h
index 6018a07863fe81e625746c69261a6f6d21cf41b0..b7dbea095cdd42336fe9c56a76cb815e3a635296 100755
(executable)
--- a/
src/include/download-manager-downloadItem.h
+++ b/
src/include/download-manager-downloadItem.h
@@
-189,8
+189,14
@@
public:
string getUserMessage(void);
inline void sendInstallNotification(int status)
{
- if (m_oma_item.get() && !m_oma_item->getInstallUri().empty())
- m_oma_item->sendInstallNotification(status);
+ if (m_oma_item.get()){
+ if(!m_oma_item->getInstallUri().empty()){
+ m_oma_item->sendInstallNotification(status);
+ }
+ }
+ else{
+ return;
+ }
}
inline bool isExistedInstallNotifyUri()
{