Revision: 55304
          http://sourceforge.net/p/brlcad/code/55304
Author:   bob1961
Date:     2013-05-03 17:12:18 +0000 (Fri, 03 May 2013)
Log Message:
-----------
Minor cleanup.

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

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2013-05-02 20:42:46 UTC 
(rev 55303)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2013-05-03 17:12:18 UTC 
(rev 55304)
@@ -6170,7 +6170,7 @@
 }
 
 ::itcl::body ArcherCore::delete {args} {
-    eval gedWrapper kill 1 0 1 2 $args
+    eval kill $args
 }
 
 ::itcl::body ArcherCore::e {args} {

Modified: brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl        2013-05-02 
20:42:46 UTC (rev 55303)
+++ brlcad/trunk/src/tclscripts/archer/PipeEditFrame.tcl        2013-05-03 
17:12:18 UTC (rev 55304)
@@ -68,9 +68,8 @@
            {Set Pipe Bend}
        }
 
+       # Override what's in GeometryEditFrame
        method clearAllTables {}
-
-       # Override what's in GeometryEditFrame
        method initGeometry {gdata}
        method initTranslate {}
        method updateGeometry {}

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to