Changeset 32514
- Timestamp:
- 01/05/2008 17:20:25 (4 years ago)
- Files:
-
- 1 modified
-
trunk/base/src/macports1.0/macports.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/macports1.0/macports.tcl
r32394 r32514 101 101 proc macports::ui_init {priority message} { 102 102 # Get the list of channels. 103 if {[llength [info commands ui_channels]] > 0}{103 try { 104 104 set channels [ui_channels $priority] 105 } else{105 } catch * { 106 106 set channels [ui_channels_default $priority] 107 107 }

