void gui_browser_gotofolder ( void   ) 

Go to the directory containing the selected item.

Definition at line 488 of file gui_browser.c.

00489 {
00490 
00491         if (gui_vfslist_warn_isempty(win_browser))
00492                 return;
00493 
00494         gui_browser_gotofile(gui_vfslist_getselected(win_browser));
00495 }

Here is the call graph for this function:

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