The message box showing the critical errors might go a bit nuts and show a 
wrong number of unread messages. These two lines should fix this problem, I 
think.

Arne

-- 
Dipl.-Inform. Arne Schmitz              Phone   +49 (0)241 80-21817
Computer Graphics Group                 Fax     +49 (0)241 80-22899
RWTH Aachen University                  http://www.rwth-graphics.de
Ahornstrasse 55, 52074 Aachen, Germany
Index: src/ewidgets.cpp
===================================================================
--- src/ewidgets.cpp	(Revision 4595)
+++ src/ewidgets.cpp	(Arbeitskopie)
@@ -1302,6 +1302,7 @@
   QListViewItemIterator it(m_lstMsg);
   while (it.current())
     delete it.current();
+  m_nUnreadNum = 0;
 }
 
 /// ////////////////////////////////////////////////////////
@@ -1336,6 +1337,7 @@
     // No more unread messages
     nextStr = QString("&Next");
     m_btnNext->setEnabled(false);
+    m_nUnreadNum = 0;
   }
   m_btnNext->setText(nextStr);
 }

Attachment: pgpVZWXwK7aHC.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

Reply via email to