GNOME Bugzilla – Bug 614003
Can't add new podcasts
Last modified: 2010-03-26 17:23:12 UTC
Hiya, When testing my (in progress) code to read proxy settings from GConf, I noticed that I couldn't add new podcast feeds. My analysis showed that this was because the Destroy() call at line 307 of PodcastActions.cs was causing the subsequent attempt to read from the Url field of the dialog to return a null or empty string instead of the URL. The attached patch fixes the issue for me by destroying after reading from the dialog. Cheers, Iain
Created attachment 157154 [details] [review] Fix 614003 by destroying after all the data has been read
Review of attachment 157154 [details] [review]: Thanks Iain for catching this and for the patch - I'm surprised it was working at all for some (most?) people.