[ECOS] Synthetic Target: logging button toggle problem

Scott Wilkinson scott@alliantnetworks.com
Mon May 5 20:22:00 GMT 2003


There seems to be a simple typo in the ethernet.tcl file, which causes
an error when you toggle the ethernet logging button from the gui.

Just remove the "]" from line 1134

Scott



-------------- next part --------------
--- ethernet.tcl	2003-05-05 13:17:47.000000000 -0700
+++ ethernet.orig	2003-05-05 13:05:12.000000000 -0700
@@ -1131,7 +1131,7 @@
 	# Add a button on the toolbar for enabling/disabling logging.
 	# Also add an entry to the help menu
 	if { $synth::flag_gui } {
-	    button .toolbar.ethernet_logging -image $ethernet::image_netrecord -borderwidth 2 -relief flat -command ethernet::logging_button_toggle
+	    button .toolbar.ethernet_logging -image $ethernet::image_netrecord -borderwidth 2 -relief flat -command ethernet::logging_button_toggle]
 	    pack .toolbar.ethernet_logging -side left -padx 2
 	    synth::register_balloon_help .toolbar.ethernet_logging "Record ethernet traffic"
 

-------------- next part --------------
-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


More information about the Ecos-discuss mailing list