GTK spews out three ugly lines into anaconda.log about this. --- pyanaconda/iw/DeviceSelector.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list