diff options
-rw-r--r-- | iw/autopart_type.py | 1 |
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) |