Index: openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl,v diff -u -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl 10 Sep 2015 08:10:46 -0000 1.8.2.1 +++ openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl 26 Apr 2016 07:25:29 -0000 1.8.2.2 @@ -41,7 +41,7 @@ set all [expr {!$all}] set url [export_vars -base [ad_conn url] {request_key all}] -TableWidget t1 \ +TableWidget create t1 \ -actions [subst { Action new -label "$label($all)" -url $url -tooltip "$tooltip($all)" }] \