> @@ -1446,6 +1470,7 @@ class PartitionWindow(InstallWindow): > self.populate(initial = 1) > > # Create the top scroll window > + # We don't actually need a *scroll* window but nuthing else worked. > hadj = gtk.Adjustment(step_incr = 5.0) > vadj = gtk.Adjustment(step_incr = 5.0) > swt = gtk.ScrolledWindow(hadjustment = hadj, vadjustment = vadj) > @@ -1453,10 +1478,6 @@ class PartitionWindow(InstallWindow): What problem were you seeing here? Besides this, the rest of the patch looks okay. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list