[48174] trunk/base/src/port1.0/portutil.tcl

raimue at macports.org raimue at macports.org
Sun Mar 15 18:52:27 PDT 2009


Revision: 48174
          http://trac.macports.org/changeset/48174
Author:   raimue at macports.org
Date:     2009-03-15 18:52:26 -0700 (Sun, 15 Mar 2009)
Log Message:
-----------
port1.0/portutil.tcl:
option_proc does not pass additional arguments, but accepts multiple procs

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2009-03-16 00:52:26 UTC (rev 48173)
+++ trunk/base/src/port1.0/portutil.tcl	2009-03-16 01:52:26 UTC (rev 48174)
@@ -176,7 +176,7 @@
 # Registers a proc to be called when an option is changed
 #
 # @param option the name of the option
-# @param args name of proc (and additional arguments)
+# @param args name of procs
 proc option_proc {option args} {
     global option_procs $option
     if {[info exists option_procs($option)]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090315/7fb4491f/attachment.html>


More information about the macports-changes mailing list