if(!last.equals(mRootNode) && last.getChildCount() < 1) {
menu.add(item);
}
if(!ManageFavoritesDialog.getInstance().programListIsEmpty()) {
menu.addSeparator();
item = new JMenuItem(ManageFavoritesDialog.mLocalizer.msg("send", "Send Programs to another Plugin"), TVBrowserIcons.copy(TVBrowserIcons.SIZE_SMALL));
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evt) {
ManageFavoritesDialog.getInstance().showSendDialog();