Hi !
I have a problem with KRootPixmap class 
when I use it and close A top-level dialog: 
X Error: BadWindow (invalid Window parametr) 3
is printed to the console however it doesn't 
interrupt the program itself or do any data damage!
Here is the code:
        w=QWidget(None)
        w.root=KRootPixmap(w)
        w.show()
when the second line is commented it's working fine
So I am interested if this is KDE core bug or PyKDE bug
I am using:
        Mandrake 10 Official (Mandrake Linux 10.0 3.3.2-6mdk)
        KDE 3.2 Branch >= 20040204
        Python 2.3.3
        PyQt 3.13
        PyKDE 3.11.3

Thx

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to