Avoid multiple connects.

This commit is contained in:
Teo Mrnjavac 2015-12-31 14:17:36 +01:00
parent db36f18399
commit e061385f4b

View File

@ -443,7 +443,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice )
&ChoicePage::doReplaceSelectedPartition, &ChoicePage::doReplaceSelectedPartition,
current ), current ),
this ); this );
} ); }, Qt::UniqueConnection );
break; break;
case NoChoice: case NoChoice:
case Manual: case Manual: