aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/view/PodcastChannelView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/view/PodcastChannelView.java b/src/github/daneren2005/dsub/view/PodcastChannelView.java
index 911192f7..8d4c932d 100644
--- a/src/github/daneren2005/dsub/view/PodcastChannelView.java
+++ b/src/github/daneren2005/dsub/view/PodcastChannelView.java
@@ -52,7 +52,7 @@ public class PodcastChannelView extends UpdateView {
});
}
- public void setPodcastChannel(Object obj) {
+ protected void setObjectImpl(Object obj) {
channel = (PodcastChannel) obj;
if(channel.getName() != null) {
titleView.setText(channel.getName());