Patch to fix Dashboard build



Hi All,
Dashboard doesn't build against the latest Beagle CVS. Here's a trivial
patch to fix it.

Arun

________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
Index: backends/BeagleBackend.cs
===================================================================
RCS file: /cvs/gnome/dashboard/backends/BeagleBackend.cs,v
retrieving revision 1.8
diff -u -r1.8 BeagleBackend.cs
--- backends/BeagleBackend.cs	18 Aug 2004 00:53:53 -0000	1.8
+++ backends/BeagleBackend.cs	5 Sep 2004 12:40:38 -0000
@@ -107,7 +107,7 @@
 
 			private bool StartQuery ()
 			{
-				Beagle.Query query = Beagle.Query.New ();
+				Beagle.Query query = Beagle.Factory.NewQuery ();
 
 				query.AddDomain (Beagle.QueryDomain.Neighborhood);
 				query.AddDomain (Beagle.QueryDomain.Global); // Probably want to make this a setting


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