summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CursesDialog/cmCursesMainForm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx
index f8f50ee..095ff43 100644
--- a/Source/CursesDialog/cmCursesMainForm.cxx
+++ b/Source/CursesDialog/cmCursesMainForm.cxx
@@ -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());
}
}
}