disable ibox

SVN revision: 12927
This commit is contained in:
Carsten Haitzler 2005-01-12 14:59:36 +00:00
parent 5cfae17870
commit 1491d5428c
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@ init(E_Module *m)
{
IBox *ib;
e_error_dialog_show("IBox Disabled",
"The IBox module is diabled for now during\n"
"the mini freeze period. Come back later.\n");
return NULL;
/* check module api version */
if (m->api->version < E_MODULE_API_VERSION)
{