Menu

#37 Fix contact list icon blinking behaviour in Linux

closed-fixed
nobody
None
5
2005-09-22
2005-01-26
Anonymous
No

If the message window setting is "open and minimize on
new message", the contact list icon of the sending user
will not stop blinking after reading the message and
closing the mesage window.
The blinking only stops after opening the message
window AGAIN, which is quite annoying.
Looking at the code, it looks like this is a bug of the
Linux/Unix version only.

The fix is simple:
in plugins/_core/container.cpp,
after line 768 which looks like this:

UserWnd *userWnd = m_tabBar->currentWnd();

add the line

m_bNoRead = false;

That's it. This line of code is in the windows #ifdefs
but apparently got forgotten in the Linux/Unix code path.

Discussion

  • Alex Galakhov

    Alex Galakhov - 2005-01-27

    Logged In: YES
    user_id=502347

    This is already fixed in SIM CVS. Check it out!

     
  • Tobias Franz

    Tobias Franz - 2005-09-22
    • status: open --> closed-fixed
     

Log in to post a comment.