Changeset 3827 for branches/1.3/gui


Ignore:
Timestamp:
Jul 19, 2013, 12:39:01 AM (11 years ago)
Author:
ldelgass
Message:

Merge mmc's fixes from r3770 in the trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunk (added)merged: 3770
  • branches/1.3/gui/scripts/resultset.tcl

    r3330 r3827  
    248248            set irun [lindex [$_results find -format xmlobj $which] 0]
    249249            if {$irun ne ""} {
    250                 set val [$_results get -format $col $irun]
     250                set val [lindex [$_results get -format $col $irun] 0]
    251251                array set val2norm $rlist
    252252                if {[info exists val2norm($val)]} {
Note: See TracChangeset for help on using the changeset viewer.