diff options
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 39df8feae..5d52c78a8 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -107,6 +107,7 @@ bool DolphinPart::openUrl(const KUrl& url) const QString prettyUrl = url.pathOrUrl(); emit setWindowCaption(prettyUrl); emit m_extension->setLocationBarUrl(prettyUrl); + setUrl(url); // remember it at the KParts level m_view->setUrl(url); if (arguments().reload()) m_view->reload(); |
