Revision: 41350
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41350&view=rev
Author:   bob1961
Date:     2010-11-15 15:42:44 +0000 (Mon, 15 Nov 2010)

Log Message:
-----------
Fixed a typo in CombEditFrame::validateTableEntry.

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

Modified: brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2010-11-15 
15:06:04 UTC (rev 41349)
+++ brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2010-11-15 
15:42:44 UTC (rev 41350)
@@ -950,7 +950,7 @@
        return 1
     }
 
-    if {[string is double $_newval])} {
+    if {[string is double $_newval]} {
        return 1
     }
 


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

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to