Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 6db27311da393084cc6f2b414a3b666f > files > 24

qt3-3.3.6-1.1.20060mlcs4.src.rpm

--- qt-x11-free-3.3.6/src/kernel/qapplication_x11.cpp--	2006-06-16 09:17:33.000000000 +0200
+++ qt-x11-free-3.3.6/src/kernel/qapplication_x11.cpp	2006-06-16 09:17:41.000000000 +0200
@@ -3296,11 +3296,7 @@
     // filtering opportunity first to ensure all input methods work
     // properly regardless of application design.
 
-#ifndef QT_NO_IM_EXTENSIONS
     if( keywidget && keywidget->isEnabled() && keywidget->isInputMethodEnabled() ) {
-#else
-    if( keywidget && keywidget->isEnabled() ) {
-#endif
 	if( ( event->type==XKeyPress || event->type==XKeyRelease ) &&
 	    sm_blockUserInput ) // block user interaction during session management
 	    return TRUE;