[partition] Fix invalid variable name
This commit is contained in:
parent
46ca4d93e7
commit
4bf3afac48
@ -183,8 +183,8 @@ PartitionPage::updateButtons()
|
|||||||
if ( device->type() == Device::Type::SoftwareRAID_Device
|
if ( device->type() == Device::Type::SoftwareRAID_Device
|
||||||
&& static_cast< SoftwareRAID* >( device )->status() == SoftwareRAID::Status::Inactive )
|
&& static_cast< SoftwareRAID* >( device )->status() == SoftwareRAID::Status::Inactive )
|
||||||
{
|
{
|
||||||
createTable = false;
|
allow_create_table = false;
|
||||||
create = false;
|
allow_create = false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user