ENH: only change the cache if the value was really changed

This commit is contained in:
Bill Hoffman 2006-08-10 11:05:44 -04:00
parent 4ddcdbed9a
commit 65e3842d51
1 changed files with 1 additions and 1 deletions

View File

@ -810,8 +810,8 @@ void cmCursesMainForm::FillCacheManagerFromUI()
{
// The user has changed the value. Mark it as modified.
it.SetProperty("MODIFIED", true);
it.SetValue(fixedNewValue.c_str());
}
it.SetValue(fixedNewValue.c_str());
}
}
}