Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
System
Dolphin
Commits
56e8e77e
Commit
56e8e77e
authored
May 14, 2018
by
Nate Graham
🔩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-add "Open With" items to context menu for files in search view
parent
720e1a2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/dolphincontextmenu.cpp
src/dolphincontextmenu.cpp
+2
-0
No files found.
src/dolphincontextmenu.cpp
View file @
56e8e77e
...
...
@@ -231,6 +231,8 @@ void DolphinContextMenu::openItemContextMenu()
addSeparator
();
}
else
if
(
m_baseUrl
.
scheme
().
contains
(
QStringLiteral
(
"search"
))
||
m_baseUrl
.
scheme
().
contains
(
QStringLiteral
(
"timeline"
)))
{
addOpenWithActions
(
fileItemActions
);
openParentAction
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-open-folder"
)),
i18nc
(
"@action:inmenu"
,
"Open Path"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment