diff --git a/retroshare-gui/src/gui/connect/ConfCertDialog.cpp b/retroshare-gui/src/gui/connect/ConfCertDialog.cpp index a063687c8..0e09e7b72 100644 --- a/retroshare-gui/src/gui/connect/ConfCertDialog.cpp +++ b/retroshare-gui/src/gui/connect/ConfCertDialog.cpp @@ -220,7 +220,7 @@ void ConfCertDialog::applyDialog() /* close the Dialog after the Changes applied */ closeinfodlg(); - if(trustChanged || signChanged) + if(trustChanged || signChanged || localChanged || extChanged) emit configChanged() ; }