Ticket #2491: broken lynx-like navigation in panelization of file find result.
commit310129e8273d6302113655b2abddf9eb5641d2c8
authorAndrew Borodin <aborodin@vmail.ru>
Thu, 28 Apr 2011 09:27:14 +0000 (28 13:27 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 25 Jul 2011 10:37:44 +0000 (25 14:37 +0400)
tree9ce3fa6954c73408c787bc1004fefa58c5c16a1d
parent109a6fb7b1da53af53f0bde08ef6e228ca472fe6
Ticket #2491: broken lynx-like navigation in panelization of file find result.

Broken  left arrow (of lynx-like motion) from panelization of directories
having files only (without any subdirs).

Steps to reproduce:

1. mkdir -p a/{b/c,d}
2. touch a/d/e
3. cd a/b
4. mc
5. alt-shift-/ enter l left - selection points to 'b' directory (as it should)
6. down, enter, alt-shift-/ enter l left - selection points to '..' instead of 'd'

Now, if user enters the relative path in "Start at": input line in "Find File"
dialog window, the relative paths are used in panelization.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/filemanager/find.c