iwidgets for itk4

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: 37f1c1f9444f76a5f6b981a22e3885cd3ebe4e34
Ticket: 34f0ea1601c7acfdf6140ff8931e29892b7287cb
Use of quotes (") in pkgIndex.tcl will fail when $dir path contains spaces.
User & Date: anonymous 2016-09-07 16:07:31
Changes

  1. icomment:
    The fix is to wrap the path in a list:
    
    package ifneeded iwidgets $::iwidgets::version "
      package req Itk 
      source [list [file join $dir colors.itcl]]
      source [list [file join $dir roman.itcl]]
      source [list [file join $dir buttonbox.itk]]
    ...
    
  2. login: "anonymous"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Immediate"
  5. resolution changed to: "Open"