Unbreak
This commit is contained in:
parent
abfc009872
commit
c717a08d6d
@ -149,9 +149,6 @@ ReplaceWidget::onPartitionSelected()
|
||||
PartitionModel* model = qobject_cast< PartitionModel* >( m_ui->partitionTreeView->model() );
|
||||
if ( model && ok )
|
||||
{
|
||||
// Remove any previously appended changes from m_core state.
|
||||
m_core->clearJobs();
|
||||
|
||||
QStringList osproberLines = Calamares::JobQueue::instance()
|
||||
->globalStorage()
|
||||
->value( "osproberLines" ).toStringList();
|
||||
@ -321,9 +318,6 @@ ReplaceWidget::onPartitionSelected()
|
||||
.arg( prettyName ) );
|
||||
setNextEnabled( true );
|
||||
}
|
||||
|
||||
// Check and preview operations done.
|
||||
applyChanges();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user