[banshee] GStreamer: Use Banshee.IO instead of System.IO (bgo#611489)
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] GStreamer: Use Banshee.IO instead of System.IO (bgo#611489)
- Date: Mon, 2 May 2011 22:21:39 +0000 (UTC)
commit ec3994eeab1b6bbfd407eeef75b8ce7e39a5b851
Author: Gabriel Burt <gabriel burt gmail com>
Date: Mon May 2 17:20:11 2011 -0500
GStreamer: Use Banshee.IO instead of System.IO (bgo#611489)
.../Banshee.GStreamer/AudioCdRipper.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamer/Banshee.GStreamer/AudioCdRipper.cs b/src/Backends/Banshee.GStreamer/Banshee.GStreamer/AudioCdRipper.cs
index d5d2dcc..1dddc36 100644
--- a/src/Backends/Banshee.GStreamer/Banshee.GStreamer/AudioCdRipper.cs
+++ b/src/Backends/Banshee.GStreamer/Banshee.GStreamer/AudioCdRipper.cs
@@ -112,7 +112,7 @@ namespace Banshee.GStreamer
public void Finish ()
{
if (output_path != null) {
- System.IO.File.Delete (output_path);
+ Banshee.IO.File.Delete (new SafeUri (output_path));
}
TrackReset ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]