banshee r4608 - in trunk/banshee: . src/Extensions/Banshee.Sample/Banshee.Sample



Author: blorentz
Date: Wed Sep 24 21:16:43 2008
New Revision: 4608
URL: http://svn.gnome.org/viewvc/banshee?rev=4608&view=rev

Log:
2008-09-24  Bertrand Lorentz  <bertrand lorentz gmail com>

	* src/Extensions/Banshee.Sample/Banshee.Sample/SampleSource.cs: Update
	the sample extension so that it compiles again (BGO #551860).



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Extensions/Banshee.Sample/Banshee.Sample/SampleSource.cs

Modified: trunk/banshee/src/Extensions/Banshee.Sample/Banshee.Sample/SampleSource.cs
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.Sample/Banshee.Sample/SampleSource.cs	(original)
+++ trunk/banshee/src/Extensions/Banshee.Sample/Banshee.Sample/SampleSource.cs	Wed Sep 24 21:16:43 2008
@@ -39,15 +39,13 @@
     {
         public SampleSource () : base ("sample", Catalog.GetString ("Sample"), 1000)
         {
+            TypeUniqueId = "sample";
+            
             Properties.SetString ("Icon.Name", "face-kiss");
             Properties.Set<ISourceContents> ("Nereid.SourceContents", new SampleSourceInterface (this));
             Properties.Set<bool> ("Nereid.SourceContents.HeaderVisible", false);
             
             ServiceManager.SourceManager.AddSource (this);
         }
-        
-        protected override string TypeUniqueId {
-            get { return "sample"; }
-        }
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]