From 106c21137f49de5945496569ba0a8f246c6297ee Mon Sep 17 00:00:00 2001 From: marko Date: Wed, 25 Jul 2007 11:50:49 +0000 Subject: [PATCH] Add the missing initialization for the defFillColor variable. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- initgui.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/initgui.tcl b/initgui.tcl index 337150e..f76c5f2 100755 --- a/initgui.tcl +++ b/initgui.tcl @@ -1,4 +1,4 @@ -# $Id: initgui.tcl,v 1.38 2007/07/19 08:27:45 marko Exp $ +# $Id: initgui.tcl,v 1.39 2007/07/25 11:50:49 marko Exp $ # # Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved. # @@ -128,6 +128,7 @@ set resizemode false # Initialize a few variables to default values # set defLinkColor Red +set defFillColor Gray set defLinkWidth 2 set defEthBandwidth 100000000 set defSerBandwidth 2048000 -- 2.39.5