]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Another fix for redirections: "Create New" was missing from the konqpopupmenu when...
authorDavid Faure <faure@kde.org>
Mon, 9 Jun 2008 11:59:15 +0000 (11:59 +0000)
committerDavid Faure <faure@kde.org>
Mon, 9 Jun 2008 11:59:15 +0000 (11:59 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=818721

src/dolphinpart.cpp

index dd0f331219ec0f8204df3d759f54a8aba5ffdcd7..c566a46918042711bfc138e5c58e98d9a96af243 100644 (file)
@@ -403,6 +403,7 @@ void DolphinPart::slotOpenContextMenu(const KFileItem& _item, const KUrl&)
 
 void DolphinPart::slotUrlChanged(const KUrl& url)
 {
+    KParts::ReadOnlyPart::setUrl(url);
     QString prettyUrl = url.pathOrUrl();
     emit m_extension->setLocationBarUrl(prettyUrl);
 }