diff options
| author | David Faure <[email protected]> | 2007-08-28 20:20:05 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-08-28 20:20:05 +0000 |
| commit | f229d1531aeaa81eefe4ccce6fd72c96d51807a3 (patch) | |
| tree | c72d082bc831e9b00827033bf7a5c29e1abb7b16 | |
| parent | 246c18a93c63cd3eaa7b53ce27f82009481f3401 (diff) | |
Navigation in konqueror works MUCH better when the KParts url is set :)
svn path=/trunk/KDE/kdebase/apps/; revision=705888
| -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(); |
