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

--- Comment #6 from Elvis Angelaccio <elvis.angelac...@kde.org> ---
Git commit 24ed38d77f4bc6db71ba2608452fa0cd401bddac by Elvis Angelaccio.
Committed on 02/01/2017 at 13:54.
Pushed by elvisangelaccio into branch 'Applications/16.12'.

Properly disable create_dir action in Trash

`isFolderWritable` is set in DolphinView::updateWritableState() according to
KFileItemListProperties::supportsWriting().
However, `writing=true` does not imply `makedir=true`,
in an ioslave's .protocol file. An example is the trash protocol.

So we need to enable the `create_dir` action only if the protocol is
actually able to create folders.
REVIEW: 129712

M  +3    -1    src/views/dolphinviewactionhandler.cpp

https://commits.kde.org/dolphin/24ed38d77f4bc6db71ba2608452fa0cd401bddac

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

Reply via email to