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 Workspace
Commits
d3a82402
Commit
d3a82402
authored
Aug 10, 2012
by
Lamarque Souza
Browse files
Fix problem with menus not clickable in QML shutdown dialog.
BUG: 304907 FIXED-IN: 4.9.1 (cherry picked from commit
14b04862
)
parent
a9f9d37a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ksmserver/themes/default/main.qml
View file @
d3a82402
...
...
@@ -398,12 +398,14 @@ PlasmaCore.FrameSvgItem {
var
itemData
=
new
Object
itemData
[
"
itemIndex
"
]
=
index
itemData
[
"
itemText
"
]
=
options
[
index
]
itemData
[
"
itemSubMenu
"
]
=
null
itemData
[
"
itemAllowAmpersand
"
]
=
true
if
(
index
==
rebootOptions
[
"
default
"
])
{
itemData
[
"
itemText
"
]
+=
i18nc
(
"
default option in boot loader
"
,
"
(default)
"
)
}
contextMenu
.
append
(
itemData
)
}
contextMenu
.
clicked
.
connect
(
shutdownUi
.
rebootRequested2
)
}
}
contextMenu
.
open
()
...
...
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