lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5675] Document a defect


From: Greg Chicares
Subject: [lmi-commits] [5675] Document a defect
Date: Sun, 14 Apr 2013 13:41:08 +0000

Revision: 5675
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5675
Author:   chicares
Date:     2013-04-14 13:41:04 +0000 (Sun, 14 Apr 2013)
Log Message:
-----------
Document a defect

Modified Paths:
--------------
    lmi/trunk/preferences_model.cpp

Modified: lmi/trunk/preferences_model.cpp
===================================================================
--- lmi/trunk/preferences_model.cpp     2013-04-14 12:27:14 UTC (rev 5674)
+++ lmi/trunk/preferences_model.cpp     2013-04-14 13:41:04 UTC (rev 5675)
@@ -197,6 +197,13 @@
     return false;
 }
 
+// Defect: if any column field contains an invalid name, e.g.:
+//   <calculation_summary_columns>invalid</calculation_summary_columns>
+// then this assignment:
+//   operator[](name) = columns[i];
+// throws an exception; in that case, running an illustration appears
+// to fail, and the preferences GUI cannot fix the problem.
+
 void PreferencesModel::Load()
 {
     configurable_settings const& z = configurable_settings::instance();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]