Fix typo
svn path=/trunk/KDE/kdebase/workspace/; revision=1134085
This commit is contained in:
parent
8f3f46c740
commit
fa2318b374
1 changed files with 2 additions and 2 deletions
|
@ -866,7 +866,7 @@ void Workspace::performWindowOperation( Client* c, Options::WindowOperation op )
|
|||
break;
|
||||
case Options::MoveClientInGroupLeftOp:
|
||||
{
|
||||
if( clientGroup() )
|
||||
if( c->clientGroup() )
|
||||
{
|
||||
int c_id = c->clientGroup()->indexOfClient( c );
|
||||
int size = c->clientGroup()->clients().count();
|
||||
|
@ -879,7 +879,7 @@ void Workspace::performWindowOperation( Client* c, Options::WindowOperation op )
|
|||
}
|
||||
case Options::MoveClientInGroupRightOp:
|
||||
{
|
||||
if( clientGroup() )
|
||||
if( c->clientGroup() )
|
||||
{
|
||||
int c_id = c->clientGroup()->indexOfClient( c );
|
||||
int size = c->clientGroup()->clients().count();
|
||||
|
|
Loading…
Reference in a new issue