Add return values.
SVN revision: 17809
e_intl_init(void)
{
char *s;
- E_Input_Method_Config *imc;
-
+
if (_e_intl_languages) return 1;
/* supporeted languages - as we get translations - add them here
e_intl_input_method_set(e_config->input_method);
_e_intl_exit_handler = ecore_event_handler_add(ECORE_EVENT_EXE_EXIT, _e_intl_cb_exit, NULL);
+ return 1;
}
int
e_intl_input_method_set(NULL);
e_intl_language_set(NULL);
E_EXE_STOP(_e_intl_input_method_exec);
+ return 1;
}
static Evas_List *