summaryrefslogtreecommitdiff
path: root/core/applets/clipboardapplet
Unidiff
Diffstat (limited to 'core/applets/clipboardapplet') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/clipboardapplet/clipboard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/clipboardapplet/clipboard.cpp b/core/applets/clipboardapplet/clipboard.cpp
index cd4f61c..203e23e 100644
--- a/core/applets/clipboardapplet/clipboard.cpp
+++ b/core/applets/clipboardapplet/clipboard.cpp
@@ -163,8 +163,8 @@ void ClipboardApplet::action(int id)
163 } 163 }
164 164
165 if ( scan ) { 165 if ( scan ) {
166 qwsServer->processKeyEvent( unicode, scan, ControlButton, TRUE, FALSE ); 166 qwsServer-> sendKeyEvent ( unicode, scan, ControlButton, true, false );
167 qwsServer->processKeyEvent( unicode, scan, ControlButton, FALSE, FALSE ); 167 qwsServer-> sendKeyEvent ( unicode, scan, ControlButton, true, false );
168 } 168 }
169} 169}
170 170