GNOME Bugzilla – Bug 623983
Shoutcast plugin to LiveRadio extension crashes when disabled
Last modified: 2010-08-13 10:11:31 UTC
Created attachment 165574 [details] Output from the crash When clicking “Disable plugin” for the shoutcast plugin, Banshee crashes. I will attach the console output.
Unfortunately I do not have a system setup for bug fixing at the moment, as I am travelling, but I assume the following: Banshee would crash when disabling any plugin, as soon as all the other plugins are disabled as well already. If so, then this would be the fix: change /src/LiveRadio/Banshee.LiveRadio/LiveRadioSource.cs line 443 LiveRadioSource.EnabledPluginsEntry.Set (null); to LiveRadioSource.EnabledPluginsEntry.Set (String.Empty);
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Fixed by applying the change suggested by Frank.