diff options
| author | David Faure <[email protected]> | 2016-09-21 23:41:55 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2016-09-28 16:44:22 +0200 |
| commit | 345e3e7a8276c12b481c3b6e91fb2e7ca6b6ab2b (patch) | |
| tree | 93c2dd3dbb114af7446b15f053203753f6e49215 /src | |
| parent | 1710304e9ba926d2aec4226d00974b826f9bcbc0 (diff) | |
Follow changes in konqpopupmenu: no longer back/forward/up in part's contextmenu.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinpart.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 332f8e9b9..aa9ab2986 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -397,7 +397,6 @@ void DolphinPart::slotOpenContextMenu(const QPoint& pos, KFileItem item(_item); if (item.isNull()) { // viewport context menu - popupFlags |= KParts::BrowserExtension::ShowNavigationItems | KParts::BrowserExtension::ShowUp; item = m_view->rootItem(); if (item.isNull()) item = KFileItem(url()); |
