mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Another fix for redirections: "Create New" was missing from the konqpopupmenu when doing RMB on ftp://user@host, because after the redirection, part->url() was still the old url (so it didn't look like a popup opened for the current directory, in the konqpopupemenu code)
svn path=/trunk/KDE/kdebase/apps/; revision=818721
This commit is contained in:
parent
95f0c66c09
commit
df49cb9b12
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue