It is not fixed in herd 5
And it should not be that hard to fix .... (I am however no Python expert)
I think the following will do the trick...

for extra in extra_options[choice]:
    if extra == '':
        disk_vbox.addSpacing(10)
      else:
        extra_button = QRadioButton(
              extra, disk_frame)

#And then I think the following will solve the problem
        
self.app.connect(button,SIGNAL(toggled(bool)),extra_button,SLOT(setEnabled ( 
bool )))
        extra_button.setEnabled( button.isChecked ())
#end of fix 

        disk_buttongroup.addButton(extra_button, extraIdCounter)

I woul have liked to test it, but I only got the files
emap.a
emap.la
emap.so

Have no idea on how to start the ubiquity with the kde-frontend with
these files (if possible)

-- 
prepare disk space contains "usertrap"
https://launchpad.net/bugs/85980

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to