Comment 41 for bug 331192

Revision history for this message
mcNisse (johan-erlands) wrote : Re: KDE printer configuration app stopped working on Lucid

I've managed to get it to work even better ;)

I have my patch and then I changed a line in options.py in this class:
class OptionSelectOne(Option):
...
self.selector = QComboBox(self)
to
self.selector = QComboBox()

I have a problem that it thinks that I have changed a value. But it might work better with Ivan Cheremnov patch...