void gui_vfslist_fullpath ( struct gui_vfslist gv  ) 

Show the full pathname of the selected entry in the message bar.

Definition at line 604 of file gui_vfslist.c.

00605 {
00606         char *msg;
00607 
00608         if (gui_vfslist_warn_isempty(gv))
00609                 return;
00610         
00611         msg = g_strdup_printf("%s: %s",
00612             _("Full pathname"), vfs_filename(gv->vr_selected));
00613         gui_msgbar_warn(msg);
00614         g_free(msg);
00615 }

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:35 2010 for herrie by  doxygen 1.6.3