fix not to display error log about the absense of compose file
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 25 May 2021 04:30:29 +0000 (13:30 +0900)
committerduna.oh <duna.oh@samsung.com>
Mon, 20 Feb 2023 14:05:33 +0000 (23:05 +0900)
commitb7129c785093d9ab361805c47438a87d2f62371a
treee9c06761c423bed13c45eabe0e9d78daec88a49e
parent0421495a6cdf347a96365d8491d7fd8ac6bab612
fix not to display error log about the absense of compose file

All locale information except 'en_US.UTF-8' had been removed as a part of
the uninstallation of unnecessary resources except the essential elements for
basic key-mapping funtionality. As a result, if a locale is set to other than
'en_US.UTF-8', an error  message is being displayed that says a compose file
cannot be found.

Actually, there is no problem with the behavior but it is often perceived by
the developer(s) and tester(s) as an error. Thus, this fixes the search error
for the compose file for another locale other than 'en_US.UTF-8' to not be
displayed anymore.

Change-Id: I37ead508bda79e71baf5d6743f1f6b059b6010a1
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/compose/table.c