[banshee/gio-hardware] [SourceManager] Set the TypeUniqueId for the spacers
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] [SourceManager] Set the TypeUniqueId for the spacers
- Date: Fri, 13 Aug 2010 15:27:34 +0000 (UTC)
commit 6d76a3b6cdbaf715098d10c2d07c94460281cce4
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Aug 12 18:52:01 2010 -0700
[SourceManager] Set the TypeUniqueId for the spacers
.../Banshee.Sources/SourceManager.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs b/src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs
index 1e6ea6f..d1ef5da 100644
--- a/src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs
+++ b/src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs
@@ -70,6 +70,7 @@ namespace Banshee.Sources
{
public GroupSource (string name, int order) : base (name, name, order)
{
+ TypeUniqueId = order.ToString ();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]