Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > cb5cb393fb2cff46997de4bce8173fc9 > files > 57

qt3-3.3.4-23.2.20060mdk.src.rpm

--- qt-x11-free-qt-copy-20051216-3.3.5/src/kernel/qapplication_x11.cpp	2005-12-19 10:54:07.000000000 -0200
+++ qt-x11-free-qt-copy-20051216-3.3.5/src/kernel/qapplication_x11.cpp.new	2005-12-19 11:06:48.000000000 -0200
@@ -3294,11 +3294,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;