IME Symlink bug fixed
authorDongeup Ham <dongeup.ham@samsung.com>
Fri, 21 Dec 2012 03:59:52 +0000 (12:59 +0900)
committerDongeup Ham <dongeup.ham@samsung.com>
Fri, 21 Dec 2012 03:59:52 +0000 (12:59 +0900)
Change-Id: Ie3b7f6a155b46959ecf565b72794a2bd95ddaece
Signed-off-by: Dongeup Ham <dongeup.ham@samsung.com>
src/XmlHandler/ManifestHandler.cpp

index aa52b1c..62060b4 100755 (executable)
@@ -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");