After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 500325 - "Update Podcast feed" never works
"Update Podcast feed" never works
Status: RESOLVED NOTGNOME
Product: rhythmbox
Classification: Other
Component: Podcast
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-29 00:47 UTC by Bastien Nocera
Modified: 2007-11-29 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2007-11-29 00:47:21 UTC
Seems that we're a bit too hasty in returning from rb_podcast_manager_subscribe_feed()

That one-liner fixed it for me (I missed quite a few episodes...):
Index: podcast/rb-podcast-manager.c
===================================================================
--- podcast/rb-podcast-manager.c        (revision 5465)
+++ podcast/rb-podcast-manager.c        (working copy)
@@ -858,6 +858,7 @@
                                         "If this is a podcast feed, please remove the radio station."), url);
                        return FALSE;
                }
+//             return FALSE;
        }
 
        info = g_new0 (RBPodcastThreadInfo, 1);
Comment 1 Jonathan Matthew 2007-11-29 08:40:51 UTC
The patch just adds a commented-out line.  The 'return FALSE;' was never there in the first place.  Perhaps this was a local change you'd made while working on the podcast parser?
Comment 2 Bastien Nocera 2007-11-29 11:13:26 UTC
I'm an idiot, it's a bug in my totem-plparser patch...

FWIW, I actually fixed this yesterday, straight after I created this bug, but Bugzilla was broken...