On Wednesday 05 July 2006 14:24, Arne Schmitz wrote: > I think because of this patch, the ESC key stopped working in the message > window.
I'm assuming that you mean that ESC stopped closing the window. Could you please test the attached patch and tell me if it works as before r4452. // Erik
Index: usereventdlg.cpp
===================================================================
--- usereventdlg.cpp (revision 4476)
+++ usereventdlg.cpp (working copy)
@@ -2606,7 +2606,7 @@
icqEventTag = m_lnEventTag.front();
if (!icqEventTag)
- return;
+ return slot_close(); // if we're not sending atm, let ESC close the window
#if QT_VERSION >= 300
if (mainwin->userEventTabDlg &&
pgpufYUeQDPWQ.pgp
Description: PGP signature
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel
