From: marko Date: Wed, 25 Jul 2007 11:50:49 +0000 (+0000) Subject: Add the missing initialization for the defFillColor variable. X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=106c21137f49de5945496569ba0a8f246c6297ee;p=imunes.git Add the missing initialization for the defFillColor variable. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- 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