Merge branch 'master' of ssh://bitbucket.org/smil3y/kde-workspace

This commit is contained in:
Ivailo Monev 2024-05-16 02:36:04 +03:00
commit e21fdc34b6

View file

@ -1249,7 +1249,7 @@ void Client::closeWindow()
sendClientMessage(window(), atoms->wm_protocols, atoms->wm_delete_window);
pingWindow();
} else {
// Client will not react on wm_delete_window, No choice but to destroy the
// Client will not react on wm_delete_window, no choice but to destroy the
// connection to the XServer.
killWindow();
}