projects
/
platform
/
core
/
api
/
media-content.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1619a
)
Activate vconf(langset)
23/49423/1
submit/tizen/20151013.064031
author
Minje Ahn
<minje.ahn@samsung.com>
Tue, 13 Oct 2015 06:15:30 +0000
(15:15 +0900)
committer
Minje Ahn
<minje.ahn@samsung.com>
Tue, 13 Oct 2015 06:15:30 +0000
(15:15 +0900)
Change-Id: Ia2b1f662e1d3ff2928217c1bb269ad387be2a942
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/media_filter.c
patch
|
blob
|
history
diff --git
a/src/media_filter.c
b/src/media_filter.c
index
d0681e3
..
3ed843b
100755
(executable)
--- a/
src/media_filter.c
+++ b/
src/media_filter.c
@@
-55,13
+55,11
@@
static int __tokenize(GList **token_list, const char *str);
static bool __is_pinyin_needed(void)
{
-#if 0
char *lang = NULL;
const char *china = "zh_CN";
const char *hongkong = "zh_HK";
-#endif
int ret = FALSE;
-#if 0
+
/*Check CSC first*/
bool pinyin_support = FALSE;
media_svc_check_pinyin_support(&pinyin_support);
@@
-79,7
+77,7
@@
static bool __is_pinyin_needed(void)
SAFE_FREE(lang);
}
-#endif
+
return ret;
}