Patch to fix problem on file renaming.

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

Patch to fix problem on file renaming.

Post by ajs »

Patch to fix problem on file renaming.

When renaming a file, if we enter a name of an existing file we are prompted for renaming the file with a different name. If we say "no" the file is not renamed, but the name in the listview is updated incorrectly to the new name, and so two items display the same name. A refresh of the tab, displays the name of the files correctly.
This patch fixes the problem: during the rename, we need to check if the operation was aborted as well.
Attachments
patch_25__v163.7z
(467 Bytes) Downloaded 523 times
David Erceg
Site Admin
Posts: 933
Joined: Sat Apr 18, 2009 1:46 am

Re: Patch to fix problem on file renaming.

Post by David Erceg »

Thanks, committed.
Post Reply