Hi,
I've been going through the plugin code and there's one possibility I can
see (although I don't know the details yet..):
outputwin.cpp line 84
if (outputBox->numLines() > 564) {
while (outputBox->numLines() > 500)
outputBox->removeLine(0);
}
Now if it turns out that every 64 lines received in the log window, we
have the cpu hogging, then bingo.
I'll look into this more.
Cheers,
Tom.
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel