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