https://bugs.kde.org/show_bug.cgi?id=382341

--- Comment #4 from David Faure <fa...@kde.org> ---
Confirmed; thanks for the debugging.

The thing is, shortly after KCoreDirLister::slotFileRenamed is called,
desktopnotifier also triggers a full re-listing via KDirNotify::FilesAdded
which calls KCoreDirLister::updateDirectory. That's when the dirlister should
notice that the target URL of the item has changed.
But it failed to do so because KFileItem::cmp() ignores UDS_LOCAL_PATH and
UDS_TARGET_URL. Adding that fixes the bug.
I'll work on a unittest and then commit that.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to