diff --git a/effects/dashboard/dashboard.cpp b/effects/dashboard/dashboard.cpp index 0784ca1607..d04fdead5f 100644 --- a/effects/dashboard/dashboard.cpp +++ b/effects/dashboard/dashboard.cpp @@ -176,8 +176,6 @@ void DashboardEffect::slotWindowActivated(EffectWindow *w) void DashboardEffect::slotWindowAdded(EffectWindow* w) { - propertyNotify(w, atom); - if (isDashboard(w)) { // Tell other windowAdded() effects to ignore this window w->setData(WindowAddedGrabRole, QVariant::fromValue(static_cast(this))); @@ -192,8 +190,6 @@ void DashboardEffect::slotWindowAdded(EffectWindow* w) void DashboardEffect::slotWindowClosed(EffectWindow* w) { - propertyNotify(w, atom); - if (isDashboard(w)) { // Tell other windowClosed() effects to ignore this window w->setData(WindowClosedGrabRole, QVariant::fromValue(static_cast(this)));