Corretto test per il salvataggio

git-svn-id: svn://10.65.10.50/trunk@1241 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1995-04-12 15:43:32 +00:00
parent e047af223d
commit dec8c68fe9

View File

@ -90,7 +90,7 @@ void TConfig_application::do_config(int m)
break;
int k = m.run();
if (!postprocess_config(m,cnf))
if (postprocess_config(m,cnf))
{
bool tosave = k == K_ENTER || k == K_SAVE;