[ubuntu-mono] [Bug 158419] Banshee crashes when file/directory is not present
LCID Fire
lcid-fire at gmx.net
Mon Oct 29 19:24:04 UTC 2007
Public bug reported:
Binary package hint: banshee
When banshee screws up the import there are chances that the underlying
file and directory is not present. When doing a Delete from drive it
crashes big time. Please patch the following changes into
PlayerInterface.cs:
private void DeleteSong(TrackInfo ti)
{
try
{
File.Delete(ti.Uri.LocalPath);
}
catch(System.IO.DirectoryNotFoundException)
{
//directory is not there so for some reason the file is
//already purged - ignore
}
** Affects: banshee (Ubuntu)
Importance: Undecided
Status: Confirmed
** Changed in: banshee (Ubuntu)
Status: New => Confirmed
--
Banshee crashes when file/directory is not present
https://bugs.launchpad.net/bugs/158419
You received this bug notification because you are a member of MOTU Mono
Team, which is a bug contact for banshee in ubuntu.
More information about the Ubuntu-mono
mailing list