void gui_browser_destroy ( void   ) 

Destroy the filebrowser window.

Definition at line 152 of file gui_browser.c.

00153 {
00154         delwin(win_dirname);
00155         gui_vfslist_destroy(win_browser);
00156 
00157         /* Clean up our mess */
00158         gui_browser_cleanup_flist();
00159         if (vr_curdir != NULL)
00160                 vfs_close(vr_curdir);
00161 }

Here is the call graph for this function:

Here is the caller graph for this function:

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