lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5248] Fix defect introduced 20050312T0301Z


From: Greg Chicares
Subject: [lmi-commits] [5248] Fix defect introduced 20050312T0301Z
Date: Sun, 14 Aug 2011 13:40:30 +0000

Revision: 5248
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5248
Author:   chicares
Date:     2011-08-14 13:40:29 +0000 (Sun, 14 Aug 2011)
Log Message:
-----------
Fix defect introduced 20050312T0301Z

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/census_view.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2011-08-13 23:07:26 UTC (rev 5247)
+++ lmi/trunk/ChangeLog 2011-08-14 13:40:29 UTC (rev 5248)
@@ -28253,3 +28253,9 @@
 Improve exception safety and documentation. EditProperties() was not
 the only possible source of an exception.
 
+20110814T1340Z <address@hidden> [632]
+
+  census_view.cpp
+Fix defect introduced 20050312T0301Z, from an original file predating
+the lmi epoch: wxID_CANCEL != false.
+

Modified: lmi/trunk/census_view.cpp
===================================================================
--- lmi/trunk/census_view.cpp   2011-08-13 23:07:26 UTC (rev 5247)
+++ lmi/trunk/census_view.cpp   2011-08-14 13:40:29 UTC (rev 5248)
@@ -328,7 +328,7 @@
 {
     if(is_invalid())
         {
-        return false;
+        return wxID_CANCEL;
         }
 
     return edit_mvc_docview_parameters<DefaultView>




reply via email to

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