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
Unmaintained
KDE Libraries
Commits
f44119a6
Commit
f44119a6
authored
Dec 15, 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
06afcb3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
kio/kio/krun.cpp
View file @
f44119a6
...
...
@@ -207,6 +207,7 @@ bool KRun::displayOpenWithDialog(const KUrl::List& lst, QWidget* window, bool te
}
#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
Supports
Markdown
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