From: Soyoung Kim Date: Wed, 5 Dec 2012 08:10:25 +0000 (+0900) Subject: Fixed nodisplay when other setting values exist. X-Git-Tag: accepted/tizen_2.1/20130425.023916~20^2~24^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24494abe86a1f4f93fdd98de7033800d16b0fa86;p=framework%2Fweb%2Fwrt-installer.git Fixed nodisplay when other setting values exist. [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 --- diff --git a/src/jobs/widget_install/task_manifest_file.cpp b/src/jobs/widget_install/task_manifest_file.cpp index c22bd09..fb7af25 100755 --- 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"