[Lxr-commits] CVS: lxr/lib/LXR Common.pm,1.41,1.42
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2002-07-29 00:50:35
|
Update of /cvsroot/lxr/lxr/lib/LXR
In directory usw-pr-cvs1:/tmp/cvs-serv30984
Modified Files:
Common.pm
Log Message:
Fix for bug 554063 - add a title for sourcedir pages
Index: Common.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Common.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Common.pm 18 Mar 2002 14:55:43 -0000 1.41
+++ Common.pm 29 Jul 2002 00:50:32 -0000 1.42
@@ -608,7 +608,7 @@
sub titleexpand {
my ($templ, $who) = @_;
- if ($who eq 'source' || $who eq 'diff') {
+ if ($who eq 'source' || $who eq 'diff' || $who eq 'sourcedir') {
return $config->sourcerootname.$pathname;
}
elsif ($who eq 'ident') {
|