Ticket #2783: directories is opened in the wrong panel.
commitfbbd744c9ef1e29a5a5b8fe3f66ce5bedc93c89f
authorAndrew Borodin <aborodin@vmail.ru>
Mon, 23 Apr 2012 18:29:17 +0000 (23 22:29 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 24 Apr 2012 16:51:59 +0000 (24 20:51 +0400)
treec7acee65fa10348414513a3092e7d91d30c280f6
parent814579136ce94ee837d1d3820125eb4e49e7f9d9
Ticket #2783: directories is opened in the wrong panel.

mc dir1 dir2

The bug: order of parameters assignment depends on current_is_left
option in panels.ini file: if current_is_left=0, then dir1 is opened
in the left panel, dir2 in the right one. If current_is_left=1,
then dir1 is opened in the right panel, dir2 in the left one.

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