Ticket #2862: fix syncronization with filelist and tree panels
commitfa27aaf01853585e26f5f0cb7f83933f32a6701b
authorAndrew Borodin <aborodin@vmail.ru>
Fri, 24 Aug 2012 10:34:44 +0000 (24 14:34 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 29 Aug 2012 06:23:52 +0000 (29 10:23 +0400)
tree7f4dce371e428c51669087f20ab14bce5a025bb8
parentbf8755f4128955a6b3203d961036dc7f09eec38a
Ticket #2862: fix syncronization with filelist and tree panels

...in case of rename and delete directories.

Steps to reproduce the problem:
  * Choose "file listing" mode for one panel and "directory tree" mode for the other.
  * Perform all operations on the "file listing" panel.
  * Create a new directory -> tree view will update correctly.
  * Perform an operation, which changes this directory like rename/delete.
  * Deleted directory will still show up on the "directory tree" view.
Renamed directory will show up with the new name, but the old name will also stay there.

Minor cleanup: remove extra parenthesis.

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