banshee r4989 - in branches/banshee/stable: . src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue src/Libraries/Hyena.Gui/Hyena.Gui



Author: gburt
Date: Fri Jan 30 21:11:57 2009
New Revision: 4989
URL: http://svn.gnome.org/viewvc/banshee?rev=4989&view=rev

Log:
2009-01-27  Gabriel Burt  <gabriel burt gmail com>

	* src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue/FileSystemQueueSource.cs:
	Set CanDeleteTracks to false until we actually implement DeleteTrack.



Modified:
   branches/banshee/stable/   (props changed)
   branches/banshee/stable/ChangeLog
   branches/banshee/stable/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue/FileSystemQueueSource.cs
   branches/banshee/stable/src/Libraries/Hyena.Gui/Hyena.Gui/EditableEraseAction.cs   (props changed)
   branches/banshee/stable/src/Libraries/Hyena.Gui/Hyena.Gui/EditableInsertAction.cs   (props changed)
   branches/banshee/stable/src/Libraries/Hyena.Gui/Hyena.Gui/EditableUndoAdapter.cs   (props changed)

Modified: branches/banshee/stable/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue/FileSystemQueueSource.cs
==============================================================================
--- branches/banshee/stable/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue/FileSystemQueueSource.cs	(original)
+++ branches/banshee/stable/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue/FileSystemQueueSource.cs	Fri Jan 30 21:11:57 2009
@@ -58,7 +58,7 @@
             Catalog.GetString ("File System Queue"), "file-system-queue", 30)
         {
             TypeUniqueId = "file-system-queue";
-            Properties.SetString ("Icon.Name", "system-file-manager");
+            Properties.SetStringList ("Icon.Name", "system-file-manager");
             Properties.Set<bool> ("AutoAddSource", false);
             IsLocal = true;
             
@@ -195,6 +195,11 @@
                 }
             }
         }
+
+        // until we implement DeleteTrack, at least
+        public override bool CanDeleteTracks {
+            get { return false; }
+        }
         
         public override void Dispose ()
         {



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