[partition] Fix merge error
This commit is contained in:
parent
ad0656953e
commit
c54ce69e67
@ -862,7 +862,7 @@ ChoicePage::doReplaceSelectedPartition( const QModelIndex& current )
|
|||||||
selectedPartition,
|
selectedPartition,
|
||||||
{ gs->value( "defaultPartitionType" ).toString(),
|
{ gs->value( "defaultPartitionType" ).toString(),
|
||||||
m_config->replaceModeFilesystem(),
|
m_config->replaceModeFilesystem(),
|
||||||
gs->value( "luksFileSystemType" ).toString(),
|
m_config->luksFileSystemType(),
|
||||||
m_encryptWidget->passphrase() } );
|
m_encryptWidget->passphrase() } );
|
||||||
Partition* homePartition = findPartitionByPath( { selectedDevice() }, *homePartitionPath );
|
Partition* homePartition = findPartitionByPath( { selectedDevice() }, *homePartitionPath );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user