┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphinpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
index 714d4b09f..616351d04 100644
--- a/src/dolphinpart.cpp
+++ b/src/dolphinpart.cpp
@@ -320,7 +320,7 @@ void DolphinPart::slotUrlChanged(const KUrl& url)
// If the view URL is not equal to 'url', then an inner URL change has
// been done (e. g. by activating an existing column in the column view).
// From the hosts point of view this must be handled like changing the URL.
- emit m_extension->openUrlRequest(url);
+ emit m_extension->openUrlRequestDelayed(url, KParts::OpenUrlArguments(), KParts::BrowserArguments());
}
}