// There's no guide with such name locally -- add feeds that weren't removed
for (int j = 0; j < remoteGuide.getFeedsCount(); j++)
{
IFeed feed = remoteGuide.getFeedAt(j);
if (remoteGuide.hasDirectLinkWith(feed) &&
(copyServiceLayout || !dfr.wasDeleted(remoteGuideTitle, feed.getMatchKey())))
changes.addFeed(feed);
}
// Reading lists
ReadingList[] readingLists = remoteGuide.getReadingLists();