Ticket #3489: fix reloading of panelized file panel.
commit15bf7b4bbdbb08a66031496e3f8293de8b642bb6
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 28 Jun 2015 17:59:13 +0000 (28 20:59 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 15 Aug 2015 12:44:18 +0000 (15 15:44 +0300)
tree83a9ccd3a1a8126703feae6051461e66576bf319
parentd8c7f45c6f506ee8b6912e5b0cee6be390263f0a
Ticket #3489: fix reloading of panelized file panel.

How to reproduce the bug:
1) Add something to 'Panelize'. It works with 'Find file' and 'External
   panelize' too.
2) Press C-o several (at least two) times (or run some console command).
3) Panel is now empty

  * (reload_panelized): always chdir to panel's cwd to refresh the VFS's cwd
before file list update.
  * (update_panels): change order of panel update: first update other panel,
then current one. Remove internal variable. Fix description.

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