Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_intl.c Log Message: Remove unused variable. Add return values. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- e_intl.c 23 Oct 2005 04:56:51 -0000 1.49 +++ e_intl.c 23 Oct 2005 12:05:55 -0000 1.50 @@ -42,8 +42,7 @@ 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 @@ -139,6 +138,7 @@ 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 @@ -153,6 +153,7 @@ e_intl_input_method_set(NULL); e_intl_language_set(NULL); E_EXE_STOP(_e_intl_input_method_exec); + return 1; } static Evas_List * ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs