Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e
Dir : e17/apps/e/src/lib Modified Files: e_main.c Log Message: oops :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- e_main.c 1 Jun 2005 14:27:18 -0000 1.12 +++ e_main.c 1 Jun 2005 14:31:17 -0000 1.13 @@ -98,7 +98,13 @@ return 0; } - /* FIXME */ e_ipc_codec_init(); + /* setup e ipc codecs */ + if (!e_ipc_codec_init()) + { + fprintf(stderr, "ERROR: Could not start enlightenment IPC codecs.\n"); + return 0; + } + /* setup e ipc service */ if (!_e_ipc_init(disp)) { ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs