[banshee] [SourceManager] Set the TypeUniqueId for the spacers



commit bd4908ebd86d1785d5479e0bf7164a33c761c524
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]