On Fri, Sep 25, 2009 at 05:10:49PM -0400, Chris Lumens wrote: > > @@ -326,7 +326,7 @@ class DiskStripeGraph: > > self.textlabels.append(text) > > group = self.canvas.root().add(gnomecanvas.CanvasGroup, > > x=0, y=yoff+textheight) > > - stripe = DiskStripe(drive, disk, group, self.tree, self.editCB) > > + stripe = DiskStripe(drive.name, disk, group, self.tree, self.editCB) > > self.diskStripes.append(stripe) > > self.next_ypos = self.next_ypos + STRIPE_HEIGHT+textheight+10 > > return stripe > > I don't remember the patch that changes the DiskStripe __init__ method > to refer to names instead of drives and removes the getDrive method. I > assume there is one, though, or this could be very confusing. There was no change on the __init__ method because it already expected a 'drive' argument. The only difference is that it expected a string, not an object. This patch has all the changes to move from expecting a string to expecting an object. Regards. > > - Chris > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list -- Joel Andres Granados Brno, Czech Republic, Red Hat.
Attachment:
pgpFfy5fItgSZ.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list