Remove extra curly brace

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227024 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 4ce11e2938
commit e5ad541e17

@ -1345,7 +1345,7 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in
if( w == wrapperId() || w == frameId() || w == decorationId())
{ // FRAME neco s tohohle by se melo zpracovat, nez to dostane dekorace
{ // FRAME something out of this would be processed before it gets decorations
// FRAME something out of this would be processed before it gets decorations
updateUserTime();
workspace()->setWasUserInteraction();
uint keyModX = (options->keyCmdAllModKey() == Qt::Key_Meta) ?

Loading…
Cancel
Save