Author: llipka
Date: Thu Feb 14 22:02:21 2008
New Revision: 4479
URL: http://svn.gnome.org/viewvc/beagle?rev=4479&view=rev
Log:
Four liner to get command line searches working --- yeah, I knew you would
complain.
Modified:
trunk/beagle/search/Beagle.Search/Search.cs
Modified: trunk/beagle/search/Beagle.Search/Search.cs
==============================================================================
--- trunk/beagle/search/Beagle.Search/Search.cs (original)
+++ trunk/beagle/search/Beagle.Search/Search.cs Thu Feb 14 22:02:21 2008
@@ -204,6 +204,11 @@
}
StartCheckingIndexingStatus ();
+
+ if (! String.IsNullOrEmpty (query_text)) {
+ entry.Text = query_text;
+ Query (true);
+ }
}
private void SetWindowTitle (string query)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.