mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: send only SIGTERM before killing the selection owner via XKillClient()
XKillClient() is the same as sending SIGKILL Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
eb8ff2c536
commit
717fd59dc8
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ bool KSelectionOwner::claim(const bool force)
|
|||
}
|
||||
const int currentownerpid = netwininfo.pid();
|
||||
if (currentownerpid > 0) {
|
||||
::kill(currentownerpid, SIGKILL);
|
||||
::kill(currentownerpid, SIGTERM);
|
||||
// ::kill(currentownerpid, YOUSHALLDIEONEWAYORTHEOTHER);
|
||||
kDebug(240) << "Waiting for" << d->atomname << "owner";
|
||||
|
|
Loading…
Add table
Reference in a new issue