projects
/
framework
/
web
/
wrt-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297ddda
)
Fixed nodisplay when other setting values exist.
author
Soyoung Kim
<sy037.kim@samsung.com>
Wed, 5 Dec 2012 08:10:25 +0000
(17:10 +0900)
committer
Soyoung Kim
<sy037.kim@samsung.com>
Wed, 5 Dec 2012 08:19:35 +0000
(17:19 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] If other setting values in config.xml nodisplay always set "false"
[Solution] Fixed logic when other setting values in config.xml
[SCMRequest] N/A
src/jobs/widget_install/task_manifest_file.cpp
patch
|
blob
|
history
diff --git
a/src/jobs/widget_install/task_manifest_file.cpp
b/src/jobs/widget_install/task_manifest_file.cpp
index
c22bd09
..
fb7af25
100755
(executable)
--- a/
src/jobs/widget_install/task_manifest_file.cpp
+++ b/
src/jobs/widget_install/task_manifest_file.cpp
@@
-740,9
+740,6
@@
void TaskManifestFile::setWidgetOtherInfo(UiApplication & uiApp)
uiApp.setNodisplay(false);
}
}
- else {
- uiApp.setNodisplay(false);
- }
}
//TODO
//There is no "X-TIZEN-PackageType=wgt"