ecore imf - xim module - fix domain check to be be gteq 0

minor correctness fix.
This commit is contained in:
Carsten Haitzler 2016-11-12 09:16:27 +09:00
parent 7d127c1d07
commit a5489d322b
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ _ecore_imf_xim_shutdown(void)
ecore_x_shutdown();
if (_ecore_imf_xim_log_dom > 0)
if (_ecore_imf_xim_log_dom >= 0)
{
eina_log_domain_unregister(_ecore_imf_xim_log_dom);
_ecore_imf_xim_log_dom = -1;