Removed one debug statement that causes trouble with Sun compilier. I don't think the debug statement is needed.
BUG: 235404 svn path=/trunk/KDE/kdebase/workspace/; revision=1130002
This commit is contained in:
parent
f66b40b002
commit
ba59ddb5b9
1 changed files with 0 additions and 1 deletions
|
@ -259,7 +259,6 @@ void Workspace::notifyTilingWindowActivated( Client *c )
|
|||
|
||||
foreach( Tile *t, tiles )
|
||||
{
|
||||
kDebug(1212) << static_cast<Toplevel *>(t->client()) << t->floating();
|
||||
if( t->floating() == raise_floating && t != tile_to_raise )
|
||||
raiseClient( t->client() );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue