Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > dc043409c189c25a9a231816ac194fdd > files > 16

qt3-3.3.8b-14mdv2009.1.src.rpm

--- ./src/kernel/qapplication_x11.cpp	2006-02-17 15:45:55.000000000 -0500
+++ ./src/kernel/qapplication_x11.cpp.orig	2006-02-17 16:05:43.000000000 -0500
@@ -5217,11 +5217,12 @@
     } else {
 	key = (int)(long)keyDict->find( keycode );
 	if ( key )
-	    if( !willRepeat ) // Take out key of dictionary only if this call.
+	    if( !willRepeat && statefulTranslation ) // Take out key of dictionary only if this call.
 		keyDict->take( keycode );
 	long s = (long)textDict->find( keycode );
 	if ( s ) {
-	    textDict->take( keycode );
+      if( statefulTranslation )
+         textDict->take( keycode );
 	    ascii = (char)(s-256);
 	}
     }