Hi !

"Christian B. Wiik" wrote:
> This has been reported before, but it seems I'm one of the few that
> use this feature =) That is; I always want _all_ new messages to blink.

Yes, I know this problem. 
On opening the options dialog the flash urgent checkbox is set if the
FLASH_URGENT or FLASH_ALL is set. While applying the options if both
flash flags are set, FLASH_URGENT wins and FLASH_ALL is disabled. :-(

 S�nke

Try the following patch:

--- optionsdlg.orig.cpp Wed Nov  6 22:09:34 2002
+++ optionsdlg.cpp      Wed Nov  6 22:10:06 2002
@@ -193,7 +193,7 @@
   chkAutoClose->setChecked(mainwin->m_bAutoClose);
   chkTransparent->setChecked(mainwin->skin->frame.transparent);
   chkScrollBar->setChecked(mainwin->m_bScrollBar);
-  chkFlashUrgent->setChecked(mainwin->m_nFlash == FLASH_URGENT || mainwin->m_nFlash 
== FLASH_ALL);
+  chkFlashUrgent->setChecked(mainwin->m_nFlash == FLASH_URGENT);
   chkFlashAll->setChecked(mainwin->m_nFlash == FLASH_ALL);
   chkAutoPopup->setChecked(mainwin->m_bAutoPopup);
   chkAutoRaise->setChecked(mainwin->m_bAutoRaise);



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to