From 8078e34912e3daf6f2cb5a2db381cb4c5a7c669f Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Fri, 15 Jun 2012 18:50:34 +0200 Subject: Implemented WebView to show description of item --- src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/podfetcher/syndication/namespace/rss20') diff --git a/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java b/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java index 573b46501..823614898 100644 --- a/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java +++ b/src/de/podfetcher/syndication/namespace/rss20/NSRSS20.java @@ -81,7 +81,7 @@ public class NSRSS20 extends Namespace { if (second.equals(CHANNEL)) { state.getFeed().setDescription(content); } else if (second.equals(ITEM)) { - state.getFeed().setDescription(content); + state.getCurrentItem().setDescription(content); } } else if (top.equals(LINK)) { if (second.equals(CHANNEL)) { -- cgit v1.2.3