Skip to content
Commit 6a9a06af authored by Mike Fleetwood's avatar Mike Fleetwood Committed by Curtis Gedak
Browse files

Pass Device object when setting up Dialog_Partition_New (#746214)

Adding a partition name entry to the Create New Partition dialog will
need access to these two Device methods: partition_naming_supported()
and get_max_partition_length().  The Set_Data() function already takes
two parameters, only_unformatted and disktype, taken from Device member
variables.

Rather than add two more parameters to the Set_Data() function pass the
Device object instead, replacing the current only_unformatted and
disktype parameters.

Bug 746214 - Partition name enhancements
parent 650f4c7f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment