lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5944] Fix defect introduced 20140916T1707Z: if no custom


From: Greg Chicares
Subject: [lmi-commits] [5944] Fix defect introduced 20140916T1707Z: if no custom input, show GUI
Date: Thu, 18 Sep 2014 15:18:35 +0000

Revision: 5944
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5944
Author:   chicares
Date:     2014-09-18 15:18:34 +0000 (Thu, 18 Sep 2014)
Log Message:
-----------
Fix defect introduced 20140916T1707Z: if no custom input, show GUI

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-09-17 15:43:20 UTC (rev 5943)
+++ lmi/trunk/ChangeLog 2014-09-18 15:18:34 UTC (rev 5944)
@@ -34112,8 +34112,13 @@
   skeleton.cpp
 Use both custom IO facilities in parallel.
 
-20140917T1455Z <address@hidden> [533]
+20140917T1543Z <address@hidden> [533]
 
   illustration_reg.xsl
 Add selected face amount support.
 
+20140918T1518Z <address@hidden> [533]
+
+  illustration_view.cpp
+Fix defect introduced 20140916T1707Z: if no custom input, show GUI.
+

Modified: lmi/trunk/illustration_view.cpp
===================================================================
--- lmi/trunk/illustration_view.cpp     2014-09-17 15:43:20 UTC (rev 5943)
+++ lmi/trunk/illustration_view.cpp     2014-09-18 15:18:34 UTC (rev 5944)
@@ -390,9 +390,7 @@
 
 /// Run an illustration from custom "1" input.
 ///
-/// The return value indicates whether to prevent displaying the GUI,
-/// for parallelism with custom_io_0_run_if_file_exists(); but this
-/// function always returns 'true'.
+/// The return value indicates whether to prevent displaying the GUI.
 ///
 /// Because this function prevents the GUI from being displayed, it
 /// must trap and handle its own exceptions rather than letting them
@@ -415,6 +413,6 @@
         report_exception();
         }
 
-    return true;
+    return false;
 }
 




reply via email to

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