[PATCH 18/30] Pass the device instead of the name to the add funciton.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* iw/partition_gui.py (display): Pass the device instead of just the
name.
(add): Use the device to display the path, instead of "/dev/" + name.
---
 iw/partition_gui.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index f718f7a..a393a2c 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -263,7 +263,7 @@ class DiskStripeGraph:
         self.currentShown = disk
 
     def display(self, disk):
-        stripe = self.add(disk.name, disk.format.partedDisk)
+        stripe = self.add(disk, disk.format.partedDisk)
         part = disk.format.firstPartition
         while part:
             if part.type & parted.PARTITION_METADATA \
@@ -315,7 +315,7 @@ class DiskStripeGraph:
                                       font="sans",
                                       size_points=9)
         drivetext = _("Drive %s (%-0.f MB) "
-                     "(Model: %s)") % ('/dev/' + drive,
+                     "(Model: %s)") % (drive.path,
                                        disk.device.getSize(unit="MB"),
                                        disk.device.model)
 
@@ -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
-- 
1.6.4.2

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux