diff options
author | Dongeup Ham <dongeup.ham@samsung.com> | 2012-12-21 12:59:52 +0900 |
---|---|---|
committer | Dongeup Ham <dongeup.ham@samsung.com> | 2012-12-21 12:59:52 +0900 |
commit | 52e23c7accf3fcfd82835d3ad40cf19d2aacb927 (patch) | |
tree | 436303bfd8c5fa792cbb5d8ddb795ee7a703ed9c /src | |
parent | 9020676bd843c56312bcf5733054148c654460cd (diff) | |
download | installer-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-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"); |