static void gui_input_locate ( void   )  [static]

Ask for a search string and filter matching files in the file browser.

Definition at line 280 of file gui_input.c.

00281 {
00282         /* Always ask for a search string */
00283         if (gui_input_asksearch() != 0)
00284                 return;
00285 
00286         /* Perform the serach */
00287         if (gui_browser_locate(cursearch) != 0)
00288                 gui_msgbar_warn(_("Not found."));
00289         else
00290                 gui_msgbar_flush();
00291 }

Here is the call graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:17 2010 for herrie by  doxygen 1.6.3