mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Runtime signals, runtime errors.
This commit is contained in:
parent
296bb412a8
commit
f589e33fa5
1 changed files with 2 additions and 1 deletions
|
@ -415,7 +415,8 @@ ChoicePage::applyDeviceChoice()
|
|||
void
|
||||
ChoicePage::applyActionChoice( ChoicePage::Choice choice )
|
||||
{
|
||||
m_beforePartitionBarsView->disconnect( SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ) );
|
||||
m_beforePartitionBarsView->selectionModel()->
|
||||
disconnect( SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ) );
|
||||
switch ( choice )
|
||||
{
|
||||
case Erase:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue