Revision: 55259
          http://sourceforge.net/p/brlcad/code/55259
Author:   bob1961
Date:     2013-04-26 15:45:36 +0000 (Fri, 26 Apr 2013)
Log Message:
-----------
Minor tweak to ArcherCore::make

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

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2013-04-26 15:42:53 UTC 
(rev 55258)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2013-04-26 15:45:36 UTC 
(rev 55259)
@@ -6375,6 +6375,10 @@
 }
 
 ::itcl::body ArcherCore::make {args} {
+    if {$args == "" || $args == "-t"} {
+       return [eval $itk_component(ged) make $args]
+    }
+
     eval gedWrapper make 0 0 1 2 $args
 
     set oname [lindex $args 0]

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to