Comment 1 for bug 1448685

Revision history for this message
Wicd (wicd-6) wrote :

The *wrong* fix for this is attached. It merely avoids the exception, but causes other problems later in the code.
In my case, I had to add a second patch to get it working (kind of), will attach on the next comment.

Details: the wired combobox seems to have 'self.list' and 'self.theList' attributes, and while this piece of code uses self.theList, I always get a 'Add new profile' item which only appears in self.list, so I'm not sure what the code is trying to do.