Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
ce77d0c5
Commit
ce77d0c5
authored
Oct 22, 2020
by
David Faure
Browse files
Repair running desktop files and executables from konqueror
parent
fe7718e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/konqmainwindow.cpp
View file @
ce77d0c5
...
...
@@ -691,6 +691,7 @@ void KonqMainWindow::openUrl(KonqView *_view, const QUrl &_url,
setLocationBarURL
(
oldLocationBarURL
);
// Revert to previous locationbar URL
KIO
::
OpenUrlJob
*
job
=
new
KIO
::
OpenUrlJob
(
url
);
job
->
setUiDelegate
(
new
KIO
::
JobUiDelegate
(
KJobUiDelegate
::
AutoHandlingEnabled
,
this
));
job
->
setShowOpenOrExecuteDialog
(
true
);
job
->
start
();
}
else
{
// If offer is null, it means the user clicked on "Open With..." button.
...
...
David Faure
@dfaure
mentioned in commit
84655a33
·
Oct 21, 2020
mentioned in commit
84655a33
mentioned in commit 84655a33200c114309fc69500ca74fbd28e48696
Toggle commit list
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