diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/XmlHandler/ManifestHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XmlHandler/ManifestHandler.cpp b/src/XmlHandler/ManifestHandler.cpp index aa52b1c..62060b4 100755 --- a/src/XmlHandler/ManifestHandler.cpp +++ b/src/XmlHandler/ManifestHandler.cpp @@ -454,8 +454,8 @@ ManifestHandler::OnUiAppStartElement(void) __pAppData->__pCategoryList->Add(new String("http://tizen.org/category/ime")); } - // CategoryType categoryType = InstallerUtil::GetCategoryType(pCategory); - // __pPackageAppInfoImpl->SetAppFeature(categoryType); + CategoryType categoryType = InstallerUtil::GetCategoryType(pCategory); + __pPackageAppInfoImpl->SetAppFeature(categoryType); } char* pSubMode = pAttr->Find("SubMode"); |