// if there were reading lists -- update them immediately
if (readingLists.length > 0) controller.getPoller().update(guide);
}
// EDT !!!
controller.selectGuide(guide, false);
IFeed feed = controller.createDirectFeed(urls, false);
if (feed != null) controller.selectFeed(feed);
if (publishingEnabled) controller.showNewPublishingDialog();
}