Changeset 5251 for branches/1.3


Ignore:
Timestamp:
Apr 17, 2015, 3:10:28 PM (9 years ago)
Author:
ldelgass
Message:

sync with 1.4 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/resultselector.tcl

    r4579 r5251  
    12951295            foreach col [lrange [$_resultset diff names] 1 end] {
    12961296                set quantity $_cntlInfo($this-$col-label)
    1297 
    1298                 # Don't know why this was being treated as a list.
    1299                 #set val [lindex [$_resultset get $col $xmlobj] 0]
    1300 
    13011297                set val [$_resultset get $col $xmlobj]
    13021298                append desc "$quantity = $val\n"
Note: See TracChangeset for help on using the changeset viewer.