Comment 8 for bug 552723

Revision history for this message
ThorbjørnTux (martsummsw) wrote :

I can see that one of the problems was fixed in
582.1.2 self.mw.treeview_drivers.setCurrentItem(cur_item)
(It was just select before)

My other fix is just a connect
(self.mw.connect(self.mw,SIGNAL('rejected()'),self.on_buttonBox_rejected)
since we do not want to have a crash if the user tries to close by clicking X (in the right corner)

I am going to post a patchfile against the trunk in two seconds.