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
Plasma
Plasma Workspace
Commits
eeb294f5
Commit
eeb294f5
authored
Apr 01, 2021
by
Nate Graham
Browse files
[klipper] Fix obsolete reference to non-existent UI element
BUG: 417311 FIXED-IN: 5.22
parent
b828a465
Changes
1
Hide whitespace changes
Inline
Side-by-side
klipper/klipper.cpp
View file @
eeb294f5
...
...
@@ -480,8 +480,10 @@ void Klipper::disableURLGrabber()
{
QMessageBox
*
message
=
new
QMessageBox
(
QMessageBox
::
Information
,
QString
(),
i18n
(
"You can enable URL actions later by left-clicking on the "
"Klipper icon and selecting 'Enable Clipboard Actions'"
));
xi18nc
(
"@info"
,
"You can enable URL actions later in the "
"<interface>Actions</interface> page of the "
"Clipboard applet's configuration window"
));
message
->
setAttribute
(
Qt
::
WA_DeleteOnClose
);
message
->
setModal
(
false
);
message
->
show
();
...
...
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