Skip to content

google: Fix issue with stale entries remaining after rename operation

Mayank Sharma requested to merge mayanksha/gvfs:fix-rename-operation into master

Currently, whenever we perform a rename operation, we set the entry's title to new display name, but at the time of removal of this entry from cache, we still use the newer title. Hence, each time rename is done, a single stale entry remains. This commit fixes the issue by reverting back the title to the original display name of entry and then performing a removal from cache.

Fixes: #410 (closed)

Merge request reports