Ticket #2862: fix syncronization with filelist and tree panels
commit7ede081a140c2da01e66283ea67b7dea66da19e3
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:25:21 +0000 (29 10:25 +0400)
tree0e008a3ba8b5589251bc2b53450f7f69df4e5777
parent53f04a6677c0fc87b389400ec3cb98d8c2a51e0b
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