summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDongeup Ham <dongeup.ham@samsung.com>2012-12-21 12:59:52 +0900
committerDongeup Ham <dongeup.ham@samsung.com>2012-12-21 12:59:52 +0900
commit52e23c7accf3fcfd82835d3ad40cf19d2aacb927 (patch)
tree436303bfd8c5fa792cbb5d8ddb795ee7a703ed9c /src
parent9020676bd843c56312bcf5733054148c654460cd (diff)
downloadinstaller-52e23c7accf3fcfd82835d3ad40cf19d2aacb927.tar.gz
installer-52e23c7accf3fcfd82835d3ad40cf19d2aacb927.tar.bz2
installer-52e23c7accf3fcfd82835d3ad40cf19d2aacb927.zip
IME Symlink bug fixed
Change-Id: Ie3b7f6a155b46959ecf565b72794a2bd95ddaece Signed-off-by: Dongeup Ham <dongeup.ham@samsung.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/XmlHandler/ManifestHandler.cpp4
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");