From 171b553e71e1bcf7798413768fa849277c0ed220 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 31 Dec 2006 13:48:57 +0000 Subject: [PATCH] ebl fix tooltips git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3877 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/CCircle.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/bweb/lib/CCircle.pm b/gui/bweb/lib/CCircle.pm index 6b74dd4e0e..0b27c646f1 100644 --- a/gui/bweb/lib/CCircle.pm +++ b/gui/bweb/lib/CCircle.pm @@ -312,7 +312,7 @@ sub push_image_map { my ($self, $label, $tips, $start_degrees, $end_degrees) = @_ ; - if ($label =~ /^other {display_other}) { return ; } @@ -471,7 +471,7 @@ sub draw_labels next if ($level > $self->{max_label_level}) ; - next if (!$self->{display_other} and $label =~ /^other {display_other} and $label =~ /^other .*{center_x})*($last_level - $level) + $x ; my $dy = ($y - $self->{center_y})*($last_level - $level) + $y ; -- 2.39.5