SVN revision: 15048
This commit is contained in:
handyande 2005-06-01 14:31:17 +00:00 committed by handyande
parent cd4b8b81f1
commit 417742def8
1 changed files with 7 additions and 1 deletions

View File

@ -98,7 +98,13 @@ e_init(const char* display)
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))
{