aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-11 21:31:08 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-11 21:31:08 -0800
commit4ef79da4359973adc076d0feaf61f5520759f30a (patch)
tree2ad86412b117f83cacee9e06c91830bfb0c9d650 /src
parented2fafe67b27906923894b7422aedfe21a4868f6 (diff)
downloaddsub-4ef79da4359973adc076d0feaf61f5520759f30a.tar.gz
dsub-4ef79da4359973adc076d0feaf61f5520759f30a.tar.bz2
dsub-4ef79da4359973adc076d0feaf61f5520759f30a.zip
Fix unsyncing a podcast not immediately showing effect
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/view/PodcastChannelView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/view/PodcastChannelView.java b/src/github/daneren2005/dsub/view/PodcastChannelView.java
index aff97524..0e773d14 100644
--- a/src/github/daneren2005/dsub/view/PodcastChannelView.java
+++ b/src/github/daneren2005/dsub/view/PodcastChannelView.java
@@ -79,6 +79,9 @@ public class PodcastChannelView extends UpdateView {
pinned = false;
}
exists = true;
+ } else {
+ pinned = false;
+ exists = false;
}
}
}