diff --git a/src/modules/ibox/e_mod_main.c b/src/modules/ibox/e_mod_main.c index 264ca06f5..de756f0a1 100644 --- a/src/modules/ibox/e_mod_main.c +++ b/src/modules/ibox/e_mod_main.c @@ -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) {