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
|
inline
|
||||||
Time Client::userTime() const
|
Time Client::userTime() const
|
||||||
{
|
{
|
||||||
Q_ASSERT( user_time != CurrentTime );
|
assert( user_time != CurrentTime );
|
||||||
if( user_time == CurrentTime )
|
|
||||||
kdDebug() << kdBacktrace() << endl;
|
|
||||||
return user_time;
|
return user_time;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue