Skip to content
Commit 7befd638 authored by David Edmundson's avatar David Edmundson
Browse files

Fix crash in vault listing callback

DBus::asyncCall did not auto disconnect when our applet gets deleted. If
plasma gets reset during such an operation we would end up crashing.

There's no need to have wrappers used by one applet. It just adds
maintenence burden on everyone else.

This patch replaces the wrapper with calls that don't require string
based arguments which is better long term. This also highlighted
that the XML file we were using was out of date.
parent f667dd26
Pipeline #255418 passed with stage
in 4 minutes and 25 seconds
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