Le 25/05/2012 16:39, Slávek Banko a écrit :
Darrell, David, François,
I found that the first part of the commit c94de3af causes incorrect
computation of unread messages in KMail - in the tray icon. Every time
you switch to any folder, the number of unread messages is increased.
I could easily revert that part, but I fear that it will return a problem
with gcc 4.7. You look at it? I do not know if a problem does not even
rename "it" in the second part - for KOrganizer.
Slávek
Hello,
I think that you should keep the current patch (do not revert), then add
the following:
in file kmail/kmsystemtray.cpp on line 496, you should replace:
int diff = unread - it.data();
with
int diff = unread - unread_it.data();
I did not test it though, since I do not use kmail at all.
François
Great. I did not simply return the patch, but I wanted such a solution, as
thou hast sent. I will test it and if it is okay, I push it into the GIT.
Slávek