>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Hum, please let's discuss that a bit. Even though there is Abdelrazak> a minor potential conflict with my posted patch, I think Abdelrazak> the two patches are orthogonal. Abdelrazak> I am not sure I like the idea a non const errorList() Abdelrazak> access. In 1.5, we should be able to close the QErrorList Abdelrazak> dialog an open it again without loosing the error list. Abdelrazak> Would that work with your patch? I think so. Dialogs are not deleted when they are closed, they are just hidden. Of course, you will need to change unreadlist_ to a map of (string, bool), but other than that I foresee no problem. Now, if you have a better idea to fix the problem, I am all ears. JMarc