Skip to content

Commit

Permalink
[ivtcDupeRemover] Actually use the dialog return value
Browse files Browse the repository at this point in the history
  • Loading branch information
mean committed Sep 13, 2016
1 parent 2b2dafc commit 5b3e17a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -390,8 +390,7 @@ bool ivtcDupeRemover::configure( void)
diaElemMenu eMode(&configuration.mode,QT_TRANSLATE_NOOP("ivtcRemover","_Frame rate change:"),3,menuMode);

diaElem *elems[3]={&threshold,&show,&eMode};
diaFactoryRun(QT_TRANSLATE_NOOP("ivtcRemover","DupeRemover"),3,elems);
return true;
return diaFactoryRun(QT_TRANSLATE_NOOP("ivtcRemover","DupeRemover"),3,elems);
}


Expand Down

0 comments on commit 5b3e17a

Please sign in to comment.