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
Frameworks
KIO
Commits
6d99b077
Commit
6d99b077
authored
Dec 25, 2013
by
Dawit Alemayehu
Browse files
Changed OpenWith dialog from Qt::ApplicationModal to Qt::WindowModal.
BUG: 153421
REVIEW: 114473 FIXED-IN: 4.12.1
parent
72dcd8f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/krun.cpp
View file @
6d99b077
...
...
@@ -243,6 +243,7 @@ bool KRun::displayOpenWithDialog(const QList<QUrl> &lst, QWidget *window, bool t
}
#endif
KOpenWithDialog
l
(
lst
,
i18n
(
"Open with:"
),
QString
(),
window
);
l
.
setWindowModality
(
Qt
::
WindowModal
);
if
(
l
.
exec
())
{
KService
::
Ptr
service
=
l
.
service
();
if
(
!
service
)
{
...
...
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