mc/src
Slava Zanko 0a44a9ff5f Ticket #2779: Active VFS directories list contain incorrect current path
1) login to any ftp or fish resource
2) select ftp/fish entry and change current path
3) go back to old path
4) press Ctrl+X A (open "Active VFS directories" dialog)

Expected result: should be correct path to current VFS path
Actual result: path is incorrect.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2012-04-22 10:23:13 +03:00
..
consaver Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
diffviewer (diff_view): make static. 2012-04-04 13:57:23 +04:00
editor Code optimization: memory allocation and free moved outside of loop. 2012-04-09 12:30:05 +03:00
filemanager Ticket #2765: Show directory sizes on any VFS is broken 2012-04-18 10:30:56 +03:00
man2hlp Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
vfs Ticket #2779: Active VFS directories list contain incorrect current path 2012-04-22 10:23:13 +03:00
viewer Reorder fields in mc_global struct and change type for some of them. 2012-03-19 11:06:00 +03:00
.gitignore Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
args.c Reorder fields in mc_global struct and change type for some of them. 2012-03-19 11:06:00 +03:00
args.h Tweak arguments parsing 2012-03-17 19:04:22 +03:00
background.c Reorder fields in mc_global struct and change type for some of them. 2012-03-19 11:06:00 +03:00
background.h Tweak background operations support. 2012-03-19 11:04:57 +03:00
clipboard.c Changed interface of function mc_open() for handle vfs_path_t object as parameter 2012-03-06 11:41:25 +03:00
clipboard.h Use events for operate with clipboard (copy/paste to external clipboard, save/load to file) 2011-03-21 23:55:52 +02:00
cons.handler.c Code refactoring: removed concat_dir_and_file() function. 2012-03-06 11:52:30 +03:00
events_init.c Tweak background operations support. 2012-03-19 11:04:57 +03:00
events_init.h Prepare to initialize application events. 2011-03-21 11:46:41 +02:00
execute.c Changed lot of functions in src/ directory 2012-03-06 11:52:31 +03:00
execute.h Changed lot of functions in src/ directory 2012-03-06 11:52:31 +03:00
help.c Ticket #2763 (Last word of help links not clickable) 2012-03-28 13:26:45 +04:00
help.h Use events for calling help window 2011-03-21 23:55:52 +02:00
history.h Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
keybind-defaults.c Added default shortcuts for dynamically resize panels. 2012-03-19 11:06:01 +03:00
keybind-defaults.h Ticket #2576: fix of symbols duplication. 2011-07-14 21:46:59 +04:00
learn.c Ticket #2676 (save of some learned keys is broken) 2011-12-06 11:42:20 +04:00
learn.h Code indentation in src directory 2010-11-24 10:27:47 +03:00
main.c Ticket #2663: Segmentation fault while background copying 2012-04-04 13:59:19 +03:00
main.h Share same code between update_xterm_title_path() and midnight_get_title() functions 2012-03-06 11:52:31 +03:00
Makefile.am Tweak background operations support. 2012-03-19 11:04:57 +03:00
selcodepage.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
selcodepage.h Cleanup of main.[ch]. 2010-11-24 10:51:31 +03:00
setup.c Added macros for Layout and Misc sections of main config file. 2012-03-19 11:06:00 +03:00
setup.h Move type and function declarations. 2011-12-12 12:23:25 +03:00
subshell.c Reorder fields in mc_global struct and change type for some of them. 2012-03-19 11:06:00 +03:00
subshell.h Use vfs_path_t in execute.c and subshell.c. 2012-03-06 11:52:30 +03:00
textconf.c Tweak description of MC_HOME environment variable. 2012-04-04 15:52:08 +04:00
textconf.h Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
util.c Changed internal editor to use vfs_path_t objects. 2012-03-06 11:52:30 +03:00
util.h Changed internal editor to use vfs_path_t objects. 2012-03-06 11:52:30 +03:00