Skip to content

Fix for issue "gio trash doesnt recognize existing trash directory ..."

Background: Commit 7f2af262 introduced 'bool success' to signal the detection of the trash folder but didn't set it in all code branches. Since for a time this variable was not initialized the bug wasn't visible when the trash folder existed. The bug became effective after 'success' was initialized with FALSE in commit c983ded0

Fixes: #2439 (closed)

Edited by Philip Withnall

Merge request reports