Remove plasma-on-screensaver-security patch, already in respun tarball and thus no longer applied.
This commit is contained in:
parent
6a049175a0
commit
6cd4861472
@ -1,21 +0,0 @@
|
|||||||
Index: containment.cpp
|
|
||||||
===================================================================
|
|
||||||
--- containment.cpp (revision 916284)
|
|
||||||
+++ containment.cpp (working copy)
|
|
||||||
@@ -1602,12 +1602,10 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
bool canConfig = unlocked || KAuthorized::authorize("PlasmaAllowConfigureWhenLocked");
|
|
||||||
- if (canConfig) {
|
|
||||||
- action = actions().action("activity settings");
|
|
||||||
- if (action) {
|
|
||||||
- action->setVisible(canConfig);
|
|
||||||
- action->setEnabled(canConfig);
|
|
||||||
- }
|
|
||||||
+ action = actions().action("activity settings");
|
|
||||||
+ if (action) {
|
|
||||||
+ action->setVisible(canConfig);
|
|
||||||
+ action->setEnabled(canConfig);
|
|
||||||
}
|
|
||||||
|
|
||||||
// tell the applets too
|
|
Loading…
Reference in New Issue
Block a user