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:
![]() |
1.6.3