if( error.toString().indexOf( "unauthorized" ) > -1
|| error.toString().indexOf( "not authorized" ) > -1
|| error.toString().indexOf( "need to login" ) > -1
)
{
MAbstractAction action = ( MAbstractAction )( event.getData().get( "source" ) );
if( action.getEventName().equals( event_showdbs ) )
{
auth( action, true );
}
else
{