> diff --git a/pyanaconda/iw/DeviceSelector.py b/pyanaconda/iw/DeviceSelector.py > index 06e328c..084f974 100644 > --- a/pyanaconda/iw/DeviceSelector.py > +++ b/pyanaconda/iw/DeviceSelector.py > @@ -61,7 +61,7 @@ class DeviceDisplayer(object): > cell = gtk.CellRendererText() > cell.set_property("yalign", 0) > > - col = gtk.TreeViewColumn(title, cell, text=num, active=self.active) > + col = gtk.TreeViewColumn(title, cell, text=num) > col.set_visible(displayed) > col.set_expand(True) > col.set_resizable(True) You've verified that column sorting, adding, and hiding works after this change? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list