From: Stephen L Johnson Date: Tue, 14 Mar 2000 19:52:47 +0000 (+0000) Subject: corrected status color order in %COLORS hash X-Git-Tag: spong-2_7-alpha5~40 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278e76a49d70a2c417fb7a99fb11b10ac02ec49a;p=spong.git corrected status color order in %COLORS hash --- diff --git a/src/lib/Spong/HostList.pm b/src/lib/Spong/HostList.pm index 62a2a23..35ee201 100755 --- a/src/lib/Spong/HostList.pm +++ b/src/lib/Spong/HostList.pm @@ -25,7 +25,7 @@ use Spong::Host; package Spong::HostList; -my %COLORS = ( 'blue', 10, 'red', 5, 'yellow', 4, 'green', 3, 'purple', 2 ); +my %COLORS = ( 'blue', 4, 'red', 5, 'yellow', 3, 'green', 1, 'purple', 2 ); # This constructor expects one of four different types of options. Either an # empty string specifying that no actual hosts will be loaded, the string