166167168169170171172173174175176
return; } } try { targetManager.insertAspect(type); } catch (UnreachableException e) { ProsePlugin.openErrorDialog("Aspect insertion failed", "Could not insert aspect because Prose application is not reachable."); event.detail = DND.DROP_NONE; }