Ignore:
Timestamp:
Feb 20, 2006, 11:15:06 AM (18 years ago)
Author:
mmc
Message:
  • Fixed the filexfer server to handle session numbers with letters (e.g., 110L, 17D) properly.
  • Fixed the upload form to open with a smaller size, and to go away after upload when running on a Safari browser.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/valueresult.tcl

    r193 r195  
    163163            set lstr [$itk_component(label) cget -text]
    164164            set vstr [$itk_component(value) cget -text]
    165             return [list .txt "$lstr: $vstr"]
     165            return [list .txt "$lstr $vstr"]
    166166        }
    167167        default {
Note: See TracChangeset for help on using the changeset viewer.