Fix next status handling.

This commit is contained in:
Teo Mrnjavac 2016-01-13 17:55:51 +01:00
parent b5882a75d1
commit 8525cefb6b

View File

@ -515,7 +515,7 @@ ChoicePage::doAlongsideSetupSplitter( const QModelIndex& current,
Calamares::Branding::instance()->
string( Calamares::Branding::ProductName ) );
setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() );
setNextEnabled( m_beforePartitionBarsView->selectionModel()->currentIndex().isValid() );
cDebug() << "Partition selected for Alongside.";
}