On 23.07.06 11:54:41, Tobias Rundström wrote: > > > >How do you trigger the segfault? > > > >What if you fix the obvious bug in dbclick()? > > Hello, > > By doubleclicking, where is the obvious bug.
You forgot the inner loop in dbclick(), you try to create a QTreeWidgetItem with "i" as parent, but "i" is not defined in dbclick(). Andreas -- You have a strong appeal for members of the opposite sex. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
