]> git.pld-linux.org Git - packages/dashboard.git/blob - dashboard-BeagleBackend.patch
- tabs in preamble
[packages/dashboard.git] / dashboard-BeagleBackend.patch
1 --- backends/BeagleBackend.cs.orig      2004-06-28 10:32:35.000000000 +0200
2 +++ backends/BeagleBackend.cs   2004-08-13 15:33:09.438683232 +0200
3 @@ -13,6 +13,7 @@
4  using System.Collections;
5  
6  using Gnome;
7 +using Beagle.Core;
8  using Beagle;
9  
10  [assembly:Dashboard.BackendFactory ("Dashboard.BeagleBackend")]
11 @@ -101,7 +102,7 @@
12  
13                                 string clue_text = clue.Text.ToLower ();
14  
15 -                               Query query = new Query (clue_text);
16 +                               Beagle.Core.Query query = new Beagle.Core.Query (clue_text);
17                                 QueryResult results = queryDriver.Query (query);
18                                 
19                                 // Wait for all results to come back before
This page took 0.071754 seconds and 4 git commands to generate.