Comment 6 for bug 42187

Revision history for this message
Gary Coady (garycoady) wrote : Don't ask for a selection if there's only one option

This takes the implementation of Debconf::Element::Select->visible and copies it into Debconf::Element::Gnome::Select->visible, because the wrong function was being selected due to multiple inheritance.

If there's another way to do this without duplicating code, that would be better though.