Merging from old trunk:
r613884 | lunakl | 2006-12-15 15:57:18 +0100 (Fri, 15 Dec 2006) | 3 lines Boy, I'm so smart, first deleting an object and then doing a consistency check on it. svn path=/trunk/KDE/kdebase/workspace/; revision=659484
This commit is contained in:
parent
23f8ebf2ab
commit
3ef7eb5637
1 changed files with 2 additions and 2 deletions
|
@ -237,9 +237,9 @@ void Client::releaseWindow( bool on_shutdown )
|
|||
--block_geometry_updates; // don't use GeometryUpdatesBlocker, it would now set the geometry
|
||||
disownDataPassedToDeleted();
|
||||
del->unrefWindow();
|
||||
checkNonExistentClients();
|
||||
deleteClient( this, Allowed );
|
||||
ungrabXServer();
|
||||
checkNonExistentClients();
|
||||
}
|
||||
|
||||
// like releaseWindow(), but this one is called when the window has been already destroyed
|
||||
|
@ -277,8 +277,8 @@ void Client::destroyClient()
|
|||
--block_geometry_updates; // don't use GeometryUpdatesBlocker, it would now set the geometry
|
||||
disownDataPassedToDeleted();
|
||||
del->unrefWindow();
|
||||
deleteClient( this, Allowed );
|
||||
checkNonExistentClients();
|
||||
deleteClient( this, Allowed );
|
||||
}
|
||||
|
||||
void Client::updateDecoration( bool check_workspace_pos, bool force )
|
||||
|
|
Loading…
Reference in a new issue