Bug 169791: beagle-query shouldn't require an X server to run Index: tools/Query.cs =================================================================== RCS file: /cvs/gnome/beagle/tools/Query.cs,v retrieving revision 1.36 diff -u -B -p -r1.36 Query.cs --- tools/Query.cs 17 Feb 2005 23:32:50 -0000 1.36 +++ tools/Query.cs 10 Mar 2005 01:16:39 -0000 @@ -143,7 +143,7 @@ class QueryTool { static void Main (string[] args) { - Gtk.Application.Init (); + Gtk.Application.InitCheck ("beagle-query", ref args); try { query = Beagle.Factory.NewQuery ();