Fixed nodisplay when other setting values exist.
authorSoyoung Kim <sy037.kim@samsung.com>
Wed, 5 Dec 2012 08:10:25 +0000 (17:10 +0900)
committerSoyoung 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

index c22bd09..fb7af25 100755 (executable)
@@ -740,9 +740,6 @@ void TaskManifestFile::setWidgetOtherInfo(UiApplication & uiApp)
                 uiApp.setNodisplay(false);
             }
          }
-         else {
-            uiApp.setNodisplay(false);
-         }
      }
     //TODO
     //There is no "X-TIZEN-PackageType=wgt"