[Bug 41868] Re: Radiobutton without label in kubuntu-live installer

Colin Watson cjwatson at canonical.com
Fri Apr 28 13:00:39 UTC 2006


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




More information about the kubuntu-bugs mailing list