summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-07-11 02:26:27 +0000
committerMike Fulbright <msf@redhat.com>2003-07-11 02:26:27 +0000
commit53d01a00c33a479cee1cda5c6bf81b3dda6b6534 (patch)
treebc4e3c0586a326fb3b95a600c3461177edee32d1 /iw
parent46c12cc92d2d8389b6b1fe474c35ffa91fa70b22 (diff)
downloadanaconda-53d01a00c33a479cee1cda5c6bf81b3dda6b6534.tar.gz
anaconda-53d01a00c33a479cee1cda5c6bf81b3dda6b6534.tar.xz
anaconda-53d01a00c33a479cee1cda5c6bf81b3dda6b6534.zip
oops
Diffstat (limited to 'iw')
-rw-r--r--iw/network_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/network_gui.py b/iw/network_gui.py
index 95d6db825..ce6a6ab79 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -415,7 +415,7 @@ class NetworkWindow(InstallWindow):
# self.ethdevices.append_row((device, ip, descr), active)
#
# use this for now
- self.ethdevices.append_row((device, ip), active)
+ self.ethdevices.append_row((device, ip), active)
self.ethdevices.set_column_title(0, (_("Active on Boot")))
self.ethdevices.set_column_sizing (0, gtk.TREE_VIEW_COLUMN_GROW_ONLY)