remove another systray layer check

This commit is contained in:
Mike Blumenkrantz 2013-06-12 14:56:16 +01:00
parent f5e3f2ea6a
commit 8aa2829cdb
1 changed files with 0 additions and 8 deletions

View File

@ -240,14 +240,6 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style)
return NULL;
}
if ((gc->shelf) && (!gc->shelf->popup))
{
e_util_dialog_internal
(_("Systray Error"),
_("Systray cannot work in a shelf that is set to below everything."));
return NULL;
}
inst = E_NEW(Instance, 1);
if (!inst)
return NULL;