PATCH to allow global queries from beagle-query



add a --global option so you can do non-local queries from beagle-query


Index: Query.cs
===================================================================
RCS file: /cvs/gnome/beagle/tools/Query.cs,v
retrieving revision 1.30
diff -r1.30 Query.cs
111a112
>                         "  --global\t\t\tEnable global queries. \n" +
160c161,163
< 
---
>                         case "--global":
>                                 query.AddDomain (QueryDomain.Global);
>                                 break;



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