banshee r4676 - in trunk/banshee: . src/Clients/Beroe/Beroe



Author: abock
Date: Thu Oct  9 01:53:38 2008
New Revision: 4676
URL: http://svn.gnome.org/viewvc/banshee?rev=4676&view=rev

Log:
* banshee/src/Clients/Beroe/Beroe/RemoteClient.cs: Updated for
  SimpleIndexerClient API changes

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Clients/Beroe/Beroe/RemoteClient.cs

Modified: trunk/banshee/src/Clients/Beroe/Beroe/RemoteClient.cs
==============================================================================
--- trunk/banshee/src/Clients/Beroe/Beroe/RemoteClient.cs	(original)
+++ trunk/banshee/src/Clients/Beroe/Beroe/RemoteClient.cs	Thu Oct  9 01:53:38 2008
@@ -44,8 +44,12 @@
         {
         }
         
-        protected override bool HasCollectionChanged {
-            get { return true; }
+        protected override int CollectionCount { 
+            get { return 0; }
+        }
+        
+        protected override DateTime CollectionLastModified { 
+            get { return DateTime.MinValue; }
         }
     }
 }



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