hi to all
in my source of licq from cvs i think also in daily there is a bug that 
produce a crash when i pressed ok or apply in option dialog windows of qt-gui

it is caused  beacause in file licq_onevent.h include file of licq there is: 

const unsigned short MAX_ON_EVENT = 8;


but it must to be 7 because the parameters are 7 not 8
so this is correct and option dialog not crash

const unsigned short MAX_ON_EVENT = 7;

please somebody correct it in cvs and in daily if it is still not happened


i thank to dexter publically because he learn me to use gdb with core file

bye 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to