lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6070] Further simplify in the spirit of the 20141206T2004


From: Greg Chicares
Subject: [lmi-commits] [6070] Further simplify in the spirit of the 20141206T2004Z change
Date: Mon, 15 Dec 2014 12:03:17 +0000

Revision: 6070
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6070
Author:   chicares
Date:     2014-12-15 12:03:16 +0000 (Mon, 15 Dec 2014)
Log Message:
-----------
Further simplify in the spirit of the 20141206T2004Z change

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-12-12 23:36:13 UTC (rev 6069)
+++ lmi/trunk/ChangeLog 2014-12-15 12:03:16 UTC (rev 6070)
@@ -34863,3 +34863,9 @@
   wx_test_paste_census.cpp
 Rectify test specification.
 
+20141215T1203Z <address@hidden> [516]
+
+  alert_wx.cpp
+Further simplify in the spirit of the 20141206T2004Z change. See:
+  http://lists.nongnu.org/archive/html/lmi/2014-12/msg00029.html
+

Modified: lmi/trunk/alert_wx.cpp
===================================================================
--- lmi/trunk/alert_wx.cpp      2014-12-12 23:36:13 UTC (rev 6069)
+++ lmi/trunk/alert_wx.cpp      2014-12-15 12:03:16 UTC (rev 6070)
@@ -119,10 +119,6 @@
 
 void fatal_error_alert(std::string const& s)
 {
-    if(!wxTheApp)
-        {
-        safely_show_message("Untimely error message:\n" + s);
-        }
     throw std::runtime_error(s);
 }
 




reply via email to

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