semi colon

This commit is contained in:
kestes%walrus.com 2002-05-03 03:38:44 +00:00
parent 97806552b8
commit 2355554a1e
3 changed files with 12 additions and 12 deletions

View File

@ -40,8 +40,8 @@
# Contributor(s):
# $Revision: 1.27 $
# $Date: 2002/05/03 03:37:04 $
# $Revision: 1.28 $
# $Date: 2002/05/03 03:38:44 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm,v $
# $Name: $
@ -101,7 +101,7 @@ use TreeData;
use VCDisplay;
$VERSION = ( qw $Revision: 1.27 $ )[1];
$VERSION = ( qw $Revision: 1.28 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);
@ -291,7 +291,7 @@ sub status_table_legend {
foreach $state (TreeData::get_all_sorted_tree_states()) {
my ($cell_color) = TreeData::TreeState2color($state);
my ($char) = TreeData::TreeState2char($state);
my ($description) = TreeData::TreeStates2descriptions($state)
my ($description) = TreeData::TreeStates2descriptions($state);
my $description = "$state: $description";
my $text_browser_color_string =
HTMLPopUp::text_browser_color_string($cell_color, $char);

View File

@ -35,8 +35,8 @@
# kestes@walrus.com Home.
# Contributor(s):
# $Revision: 1.30 $
# $Date: 2002/05/03 03:37:04 $
# $Revision: 1.31 $
# $Date: 2002/05/03 03:38:44 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/VC_CVS.pm,v $
# $Name: $
@ -139,7 +139,7 @@ use TreeData;
use VCDisplay;
$VERSION = ( qw $Revision: 1.30 $ )[1];
$VERSION = ( qw $Revision: 1.31 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);
@ -483,7 +483,7 @@ sub status_table_legend {
foreach $state (TreeData::get_all_sorted_tree_states()) {
my ($cell_color) = TreeData::TreeState2color($state);
my ($char) = TreeData::TreeState2char($state);
my ($description) = TreeData::TreeStates2descriptions($state)
my ($description) = TreeData::TreeStates2descriptions($state);
my $description = "$state: $description";
my $text_browser_color_string =
HTMLPopUp::text_browser_color_string($cell_color, $char);

View File

@ -71,8 +71,8 @@
# Contributor(s):
# $Revision: 1.14 $
# $Date: 2002/05/03 03:37:05 $
# $Revision: 1.15 $
# $Date: 2002/05/03 03:38:44 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/VC_Perforce.pm,v $
# $Name: $
@ -148,7 +148,7 @@ use TreeData;
use VCDisplay;
$VERSION = ( qw $Revision: 1.14 $ )[1];
$VERSION = ( qw $Revision: 1.15 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);
@ -241,7 +241,7 @@ sub status_table_legend {
foreach $state (TreeData::get_all_sorted_tree_states()) {
my ($cell_color) = TreeData::TreeState2color($state);
my ($char) = TreeData::TreeState2char($state);
my ($description) = TreeData::TreeStates2descriptions($state)
my ($description) = TreeData::TreeStates2descriptions($state);
my $description = "$state: $description";
my $text_browser_color_string =
HTMLPopUp::text_browser_color_string($cell_color, $char);