Skip to content
Commit 1c7e2f39 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"
```
parent 8b912163
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