From 594dfd3535846a536cebdb3381f4858239404c49 Mon Sep 17 00:00:00 2001 From: sandman Date: Sat, 20 Jul 2002 22:34:42 +0000 Subject: Fix for a (obvious) bug that resulted in double pasting and/or hanging apps --- (limited to 'core') diff --git a/core/applets/clipboardapplet/clipboard.cpp b/core/applets/clipboardapplet/clipboard.cpp index 181f4bf..5848d0f 100644 --- a/core/applets/clipboardapplet/clipboard.cpp +++ b/core/applets/clipboardapplet/clipboard.cpp @@ -207,7 +207,7 @@ void ClipboardApplet::action(int id) if ( scan ) { qwsServer-> sendKeyEvent ( unicode, scan, ControlButton, true, false ); - qwsServer-> sendKeyEvent ( unicode, scan, ControlButton, true, false ); + qwsServer-> sendKeyEvent ( unicode, scan, ControlButton, false, false ); } } -- cgit v0.9.0.2