diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-04 02:27:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-04 02:27:28 +0000 |
commit | e5ad541e172a6fe995e883d97baee8158536e06e (patch) | |
tree | 845fc22443037fb0b8b32206a58fdf8727631ebc | |
parent | 4ce11e29387d3ea4af318328c0c9e716c251ba99 (diff) | |
download | tdebase-e5ad541e172a6fe995e883d97baee8158536e06e.tar.gz tdebase-e5ad541e172a6fe995e883d97baee8158536e06e.zip |
Remove extra curly brace
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227024 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kwin/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/events.cpp b/kwin/events.cpp index 570b41ddb..70a4c3233 100644 --- a/kwin/events.cpp +++ b/kwin/events.cpp @@ -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) ? |