void gui_playq_gotofolder ( void   ) 

Go to the directory containing the selected item.

Definition at line 554 of file gui_playq.c.

00555 {
00556         struct vfsref *vr;
00557 
00558         playq_lock();
00559         if (gui_vfslist_warn_isempty(win_playq)) {
00560                 playq_unlock();
00561         } else {
00562                 vr = gui_vfslist_getselected(win_playq);
00563                 playq_unlock();
00564 
00565                 gui_browser_gotofile(vr);
00566         }
00567 }

Here is the call graph for this function:

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