Re: [PATCH 2/2] Don't try to fit the whole StorageDevice.__str__ output into the UI (#490406).

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

 



On Wed, 2009-03-18 at 11:17 -0400, Chris Lumens wrote:
> ---
>  textw/partition_text.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Good one.

> 
> diff --git a/textw/partition_text.py b/textw/partition_text.py
> index 41e1db5..d74c7d4 100644
> --- a/textw/partition_text.py
> +++ b/textw/partition_text.py
> @@ -106,7 +106,7 @@ class PartitionTypeWindow:
>                          selected = 0
>  
>                  sizestr = "%8.0f MB" % (disk.size,)
> -                diskdesc = "%6s %s (%s)" % (disk, sizestr, model[:24],)
> +                diskdesc = "%6s %s (%s)" % (disk.path, sizestr, model[:24],)
>  
>                  drivelist.append(diskdesc, selected = selected)
>  

_______________________________________________
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