diff options
| author | Ahmad Samir <[email protected]> | 2020-12-16 23:53:57 +0200 |
|---|---|---|
| committer | Ahmad Samir <[email protected]> | 2020-12-16 23:53:57 +0200 |
| commit | d74853ef850fdabf2dfad8fcbe634af8185fce36 (patch) | |
| tree | bd14164e9ebd959b3c82932ad514842b47fbbbcb /src/dolphinviewcontainer.cpp | |
| parent | 1b192c67f9735cd724c4958e7ba32a7b549770b6 (diff) | |
| parent | c03b43b4a1132ca7bc6db4a1583bc8bd1578b44f (diff) | |
Merge branch 'release/20.12'
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 8dd309314..7053c4a6b 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -638,7 +638,6 @@ void DolphinViewContainer::slotItemActivated(const KFileItem& item) } KIO::OpenUrlJob *job = new KIO::OpenUrlJob(item.targetUrl()); - job->setRunExecutables(true); job->setUiDelegate(new KIO::JobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this)); job->setShowOpenOrExecuteDialog(true); job->start(); |
