Changeset 185 for trunk/base


Ignore:
Timestamp:
Aug 17, 2002, 9:21:20 PM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

Init UI package before anything else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/Tcl/port1.0/port.tcl

    r171 r185  
    55# standard package load
    66package provide port 1.0
     7
     8# Initialize the UI abstraction API
     9package require portui 1.0
     10ui_init
    711
    812package require portmain 1.0
     
    1317package require portconfigure 1.0
    1418package require portmake 1.0
    15 package require portui 1.0
    1619
    1720# System wide configuration
     
    1922    source $portconf
    2023}
    21 
    22 # Initialize the UI abstraction API
    23 ui_init
Note: See TracChangeset for help on using the changeset viewer.