116117118119120121122123124125
// EDT !!! controller.selectGuide(guide, false); IFeed feed = controller.createDirectFeed(urls, false); if (feed != null) controller.selectFeed(feed); if (publishingEnabled) controller.showNewPublishingDialog(); } } } }