Revision: 35655
          http://brlcad.svn.sourceforge.net/brlcad/?rev=35655&view=rev
Author:   bob1961
Date:     2009-08-20 15:08:44 +0000 (Thu, 20 Aug 2009)

Log Message:
-----------
Tweak the gedWrapper to use error instead of return.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/Archer.tcl
    brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl

Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl       2009-08-20 15:00:23 UTC 
(rev 35654)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl       2009-08-20 15:08:44 UTC 
(rev 35655)
@@ -1974,7 +1974,7 @@
        }
 
        SetNormalCursor $this
-       return $ret
+       error $ret
     }
 
     if {$sflag} {

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2009-08-20 15:00:23 UTC 
(rev 35654)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2009-08-20 15:08:44 UTC 
(rev 35655)
@@ -892,7 +892,7 @@
 
     if {[catch {eval gedCmd $cmd $options $expandedArgs} ret]} {
        SetNormalCursor $this
-       return $ret
+       error $ret
     }
 
     if {$sflag} {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to