Ticket #2783: directories is opened in the wrong panel.
commit4e8faef03e82927796e6b194d22a6990a1e50656
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:49:57 +0000 (24 20:49 +0400)
treed37a64ab14872ae88191b6413f923cd7f3dbe1cd
parentf77025304f278ea63e2134a6b7d45aca2317f83f
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