On Fri, Nov 25, 2005 at 02:26:08AM +0000, Pollywog wrote:
> The "Send typing notification" option disappeared after the fix.

That's impossible from my latest CVS commit:

Index: optionsdlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/optionsdlg.cpp,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- optionsdlg.cpp      12 Nov 2005 01:36:56 -0000      1.148
+++ optionsdlg.cpp      24 Nov 2005 22:38:25 -0000      1.149
@@ -236,7 +236,7 @@
 #endif
     chkShowHistory->setEnabled(false);
   }
-  chkSendTN->setEnabled(mainwin->licqDaemon->SendTypingNotification());
+  chkSendTN->setChecked(mainwin->licqDaemon->SendTypingNotification());
   chkAutoPosReplyWin->setChecked(mainwin->m_bAutoPosReplyWin);
   chkFlashTaskbar->setChecked(mainwin->m_bFlashTaskbar);
   chkAutoSendThroughServer->setChecked(mainwin->m_bAutoSendThroughServer);

Attachment: pgpberjsGIUND.pgp
Description: PGP signature

Reply via email to