GroupEditor.java
.. .. @@ -557,8 +557,10 @@ 557 557 pasteLinkItem.addActionListener(this); 558 558 pasteCloneItem = oe.jTree.popup.add(new JMenuItem("Paste clone")); 559 559 pasteCloneItem.addActionListener(this); 560 -// CRASH pasteExpandItem = oe.jTree.popup.add(new JMenuItem("Paste expand"));561 -// pasteExpandItem.addActionListener(this);560 +// CRASH561 + pasteExpandItem = oe.jTree.popup.add(new JMenuItem("Paste expand"));562 +//563 + pasteExpandItem.addActionListener(this);562 564 //menu.add("-"); 563 565 oe.jTree.popup.addSeparator(); 564 566