Compile
svn path=/trunk/kdebase/kwin/; revision=196087
This commit is contained in:
parent
7cd5b4570e
commit
a80aa9abc7
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ bool Workspace::destroyClient( Client* c)
|
|||
most_recently_raised = 0;
|
||||
if ( c == should_get_focus )
|
||||
should_get_focus = 0;
|
||||
assert( c != active_client );
|
||||
Q_ASSERT( c != active_client );
|
||||
if ( c == last_active_client )
|
||||
last_active_client = 0;
|
||||
delete c;
|
||||
|
|
Loading…
Reference in a new issue