-rw-r--r-- | libopie/odevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index a3c30cb..0e620ba 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp | |||
@@ -750,7 +750,7 @@ bool iPAQ::filter ( int /*unicode*/, int keycode, int modifiers, bool isPress, b | |||
750 | } | 750 | } |
751 | } | 751 | } |
752 | 752 | ||
753 | kif ( newkeycode != keycode ) { | 753 | if ( newkeycode != keycode ) { |
754 | if ( newkeycode != Key_unknown ) | 754 | if ( newkeycode != Key_unknown ) |
755 | QWSServer::sendKeyEvent ( -1, newkeycode, modifiers, isPress, autoRepeat ); | 755 | QWSServer::sendKeyEvent ( -1, newkeycode, modifiers, isPress, autoRepeat ); |
756 | return true; | 756 | return true; |