[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-304-g2e3048a

Emmanuel Lacour elacour at bestpractical.com
Thu Oct 15 11:14:28 EDT 2009


The branch, 3.8-trunk has been updated
       via  2e3048aa48803009e845a2b81d2132b425e37b7f (commit)
      from  0ae31e21e7e2743dade881de22e0917f7d3d64ed (commit)

Summary of changes:
 share/html/Search/Chart |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 2e3048aa48803009e845a2b81d2132b425e37b7f
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Thu Oct 15 17:13:18 2009 +0200

    Revert "Fix "bareword" error on search charts when ChartFont isn't defined"
    which was incorrectly discovered on a non standard git tree
    
    This reverts commit 0ae31e21e7e2743dade881de22e0917f7d3d64ed.

diff --git a/share/html/Search/Chart b/share/html/Search/Chart
index 11e7f35..59e9fc6 100644
--- a/share/html/Search/Chart
+++ b/share/html/Search/Chart
@@ -72,7 +72,7 @@ my ($count_name, $value_name) = $tix->SetupGroupings(
 
 my $chart = $chart_class->new( 600 => 400 );
 
-my $font = RT->Config->Get('ChartFont') || ['verdana', 'arial', 'gdMediumBoldFont'];
+my $font = RT->Config->Get('ChartFont') || ['verdana', 'arial', gdMediumBoldFont];
 $chart->set_title_font( $font, 12 ) if $chart->can('set_title_font');
 $chart->set_legend_font( $font, 12 ) if $chart->can('set_legend_font');
 $chart->set_x_label_font( $font, 10 ) if $chart->can('set_x_label_font');

-----------------------------------------------------------------------


More information about the Rt-commit mailing list