summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-08-27 20:36:09 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-08-27 20:39:12 -1000
commit4fab06b9325ad158d276215ae6a1fe88c9e25dfd (patch)
tree94fb55bf213ab39f8cfed14169bb2e8e185f8125 /iw
parent4246aad4eed0efbc317680d0ef6dd037f6d04907 (diff)
downloadanaconda-4fab06b9325ad158d276215ae6a1fe88c9e25dfd.tar.gz
anaconda-4fab06b9325ad158d276215ae6a1fe88c9e25dfd.tar.xz
anaconda-4fab06b9325ad158d276215ae6a1fe88c9e25dfd.zip
Remove invalid line iw/autopart_type.py
A CVS log comment found its way in to this source file somehow.
Diffstat (limited to 'iw')
-rw-r--r--iw/autopart_type.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/autopart_type.py b/iw/autopart_type.py
index 2999e4717..c1366f7bf 100644
--- a/iw/autopart_type.py
+++ b/iw/autopart_type.py
@@ -398,7 +398,6 @@ class PartitionTypeWindow(InstallWindow):
self.combo.set_attributes(cell, text = 0)
cell.set_property("wrap-width", 455)
self.combo.set_size_request(480, -1)
- * iw/autopart_type.py (PartitionTypeWindow.getScreen): fix text wrap:iw/autopart_type.py
store = gtk.TreeStore(gobject.TYPE_STRING, gobject.TYPE_INT)
self.combo.set_model(store)