┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dolphinpart.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index a3856de6a..d998852d5 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -339,11 +339,7 @@ void DolphinPart::slotItemActivated(const KFileItem &item)
args.setMimeType(item.mimetype());
}
- // Ideally, konqueror should be changed to not require trustedSource for directory views,
- // since the idea was not to need BrowserArguments for non-browser stuff...
- KParts::BrowserArguments browserArgs;
- browserArgs.trustedSource = true;
- Q_EMIT m_extension->openUrlRequest(item.targetUrl(), args, browserArgs);
+ Q_EMIT m_extension->openUrlRequest(item.targetUrl(), args);
}
void DolphinPart::slotItemsActivated(const KFileItemList &items)