projects
/
platform
/
core
/
uifw
/
ise-default.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcaa6e
)
Changed the set_mime_type API
52/141352/1
author
InHong Han
<inhong1.han@samsung.com>
Mon, 31 Jul 2017 06:14:55 +0000
(15:14 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Mon, 31 Jul 2017 06:20:07 +0000
(15:20 +0900)
Change-Id: I39e2772105e01d2be7614a03fd22d028054eb3e6
src/ise.cpp
patch
|
blob
|
history
diff --git
a/src/ise.cpp
b/src/ise.cpp
index
fdf9aca
..
b550976
100644
(file)
--- a/
src/ise.cpp
+++ b/
src/ise.cpp
@@
-2459,7
+2459,7
@@
EXPORTED void ime_app_main(int argc, char **argv)
ime_event_set_language_requested_cb(ime_app_language_requested_cb, NULL);
ime_event_set_prediction_hint_set_cb(ime_app_prediction_hint_set_cb, NULL);
- ime_event_set_mime_type_cb(ime_app_mime_type_set_cb, NULL);
+ ime_event_set_mime_type_
set_
cb(ime_app_mime_type_set_cb, NULL);
ime_run(&basic_callback, NULL);
}