┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.cpp
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-08-28 20:20:05 +0000
committerDavid Faure <[email protected]>2007-08-28 20:20:05 +0000
commitf229d1531aeaa81eefe4ccce6fd72c96d51807a3 (patch)
treec72d082bc831e9b00827033bf7a5c29e1abb7b16 /src/dolphinpart.cpp
parent246c18a93c63cd3eaa7b53ce27f82009481f3401 (diff)
Navigation in konqueror works MUCH better when the KParts url is set :)
svn path=/trunk/KDE/kdebase/apps/; revision=705888
Diffstat (limited to 'src/dolphinpart.cpp')
-rw-r--r--src/dolphinpart.cpp1
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();