Merge branch 'Plasma/5.15'

icc-effect-5.17.5
David Edmundson 2019-01-25 10:35:17 +00:00
commit 7762da7622
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ void VirtualDesktopManager::setVirtualDesktopManagement(KWayland::Server::Plasma
connect(desktop, &VirtualDesktop::nameChanged, pvd,
[desktop, pvd] {
pvd->setName(desktop->name());
pvd->sendDone();
}
);
connect(pvd, &PlasmaVirtualDesktopInterface::activateRequested, this,