[banshee] windows: Store GStreamer registry in ApplicationData (bgo#614058)
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] windows: Store GStreamer registry in ApplicationData (bgo#614058)
- Date: Fri, 4 Feb 2011 14:07:42 +0000 (UTC)
commit 4c2a738d258651f3267362545c97e96c55ce8277
Author: Dustin C. Hatch <admiralnemo gmail com>
Date: Tue Feb 1 18:25:01 2011 -0600
windows: Store GStreamer registry in ApplicationData (bgo#614058)
Signed-off-by: Gabriel Burt <gabriel burt gmail com>
.../Banshee.GStreamerSharp/PlayerEngine.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/PlayerEngine.cs b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/PlayerEngine.cs
index 21449ef..c7645fc 100644
--- a/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/PlayerEngine.cs
+++ b/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/PlayerEngine.cs
@@ -65,7 +65,7 @@ namespace Banshee.GStreamerSharp
Environment.SetEnvironmentVariable ("GST_PLUGIN_SYSTEM_PATH", "");
Environment.SetEnvironmentVariable ("GST_DEBUG", "1");
- string registry = "registry.bin";
+ string registry = Hyena.Paths.Combine (Hyena.Paths.ApplicationData, "registry.bin");
if (!System.IO.File.Exists (registry)) {
System.IO.File.Create (registry).Close ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]