Avoid multiple connects.

main
Teo Mrnjavac 9 years ago
parent db36f18399
commit e061385f4b

@ -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:

Loading…
Cancel
Save