This shouldn't happen at all anymore, so make it fatal.
svn path=/trunk/kdebase/kwin/; revision=253815
This commit is contained in:
parent
8e367689cd
commit
0be0f139fa
1 changed files with 1 additions and 3 deletions
4
client.h
4
client.h
|
@ -697,9 +697,7 @@ inline bool Client::isManaged() const
|
|||
inline
|
||||
Time Client::userTime() const
|
||||
{
|
||||
Q_ASSERT( user_time != CurrentTime );
|
||||
if( user_time == CurrentTime )
|
||||
kdDebug() << kdBacktrace() << endl;
|
||||
assert( user_time != CurrentTime );
|
||||
return user_time;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue