/[smeserver]/rpms/e-smith-manager/sme7/e-smith-manager-1.14.0-lexiconSpaces.patch2
ViewVC logotype

Contents of /rpms/e-smith-manager/sme7/e-smith-manager-1.14.0-lexiconSpaces.patch2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Jan 7 18:49:37 2008 UTC (16 years, 5 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-17_el4_sme, e-smith-manager-1_14_0-11_el4_sme, e-smith-manager-1_14_0-14_el4_sme, e-smith-manager-1_14_0-13_el4_sme, e-smith-manager-1_14_0-16_el4_sme, e-smith-manager-1_14_0-20_el4_sme, e-smith-manager-1_14_0-19_el4_sme, e-smith-manager-1_14_0-15_el4_sme, e-smith-manager-1_14_0-18_el4_sme, e-smith-manager-1_14_0-12_el4_sme
Updates

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf
2 --- e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf 2007-01-26 18:51:30.000000000 -0700
3 +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf 2008-01-07 07:10:08.000000000 -0700
4 @@ -110,11 +110,16 @@
5 $lexicon->{$base} = $trans;
6 }
7 }
8 - $rec->merge_props(
9 - Heading => localise($lexicon, $heading),
10 - Description => localise($lexicon, $description),
11 - HeadingWeight => localise($lexicon, $heading_weight),
12 - DescriptionWeight => localise($lexicon, $description_weight));
13 +
14 + my $loc_heading = localise($lexicon, $heading);
15 + $loc_heading =~ s/^\s*(\w.*?)\s*$/$1/;
16 + my $loc_description = localise($lexicon, $description);
17 + $loc_description =~ s/^\s*(\w.*?)\s*$/$1/;
18 + $rec->merge_props(
19 + Heading => $loc_heading,
20 + Description => $loc_description,
21 + HeadingWeight => localise($lexicon, $heading_weight),
22 + DescriptionWeight => localise($lexicon, $description_weight));
23 }
24 }
25 foreach my $lang (@langs)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed