Skip to content

Don't emit appletDeleted 2 times

Marco Martin requested to merge work/mart/doubleAppletDeleted into master

if we do deleteLater() and then emit appletdeleted, it will emit again appletdeleted when the applet gets actually deleted, this causes a series of events that will mark the systemtray as hidden when this happens

Merge request reports