The crash is a separate bug, namely bug 41865. I won't consider it here.

Jonathan, the GTK frontend has this code to avoid this problem:

        for choice in choices:
            if choice == '':
                self.part_disk_vbox.add(gtk.Alignment())
            else:
                button = gtk.RadioButton(firstbutton, choice, False)
                if firstbutton is None:
                    firstbutton = button
                self.part_disk_vbox.add(button)

** Changed in: ubiquity (Ubuntu)
Binarypackagename: None => ubiquity-frontend-kde
       Status: Unconfirmed => Confirmed

-- 
Radiobutton without label in kubuntu-live installer
https://launchpad.net/bugs/41868

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

Reply via email to