mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix the problem with the column views.
BUG: 154053 CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=750749
This commit is contained in:
parent
40744e5404
commit
c2d9d9beca
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ void DolphinPart::slotUrlChanged(const KUrl& url)
|
||||||
// If the view URL is not equal to 'url', then an inner URL change has
|
// If the view URL is not equal to 'url', then an inner URL change has
|
||||||
// been done (e. g. by activating an existing column in the column view).
|
// been done (e. g. by activating an existing column in the column view).
|
||||||
// From the hosts point of view this must be handled like changing the URL.
|
// From the hosts point of view this must be handled like changing the URL.
|
||||||
emit m_extension->openUrlRequest(url);
|
emit m_extension->openUrlRequestDelayed(url, KParts::OpenUrlArguments(), KParts::BrowserArguments());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue