{
Action[] acts = plg.createActionsPluginTopSpaceRoot();
for (int i=0; i<acts.length; i++)
{
GfrMimAbs mimCur = new GfrMimActPlg(acts[i], plg);
if (! mimCur.init())
{
String strWhat = "! mimCur.init()";
GfrPmuBtnPlgsActTopSpcRootAbs._LOGGER_.warning(strWhat);
super._showDialogFailedPlugin(plg, strWhat);
return false;