static void gui_input_search ( void   )  [static]

Ask the user to enter a new search string and perform the first search.

Definition at line 265 of file gui_input.c.

00266 {
00267         /* Always ask for a search string */
00268         if (gui_input_asksearch() != 0)
00269                 return;
00270 
00271         /* Just simulate a 'n' button */
00272         gui_input_searchnext();
00273 }

Here is the call graph for this function:

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