Skip to content
Commit cb7bdd08 authored by Nate Graham's avatar Nate Graham
Browse files

[panel] Fix 'Invalid write to global property "prefix"' error

The adjustPrefix() function did not specify whose prefix property it was
writing to, so it ended up trying and failing to write to a global one.

This fixes the following error every time plasmashell is launched:
```
file:///home/nate/kde/usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:207: Error: Invalid write to global property "prefix"
```


(cherry picked from commit 1c7e2f39)
parent 25279b1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment