patch for refreshing listview after renaming folder on treev

Discuss development issues and submit patches here
Post Reply
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

patch for refreshing listview after renaming folder on treev

Post by ajs »

Hi David,
patch for the following issue.

After renaming we need to update the listview and the address bar,
otherwise the listview will show the contents of a folder no longer existing
(so if we try to open a file it will fail).
This has to be done only if the item renamed is the selected item in the
treeview or one of his ancestors, to avoid changing the displayed folder is we
rename an item using R-click+rename on another branch

Patch against commit 161
Attachments
patch_12__v161.7z
(910 Bytes) Downloaded 501 times
David Erceg
Site Admin
Posts: 933
Joined: Sat Apr 18, 2009 1:46 am

Re: patch for refreshing listview after renaming folder on treev

Post by David Erceg »

Patch committed.
Post Reply