/[smeserver]/rpms/e-smith-lib/sme7/e-smith-lib-1.18.0-infobox.patch2
ViewVC logotype

Contents of /rpms/e-smith-lib/sme7/e-smith-lib-1.18.0-infobox.patch2

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 15:42:53 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-lib-1_18_0-23_el4_sme, e-smith-lib-1_18_0-19_el4_sme, e-smith-lib-1_18_0-16_el4_sme, e-smith-lib-1_18_0-17_el4_sme, e-smith-lib-1_18_0-24_el4_sme, e-smith-lib-1_18_0-28_el4_sme, e-smith-lib-1_18_0-18_el4_sme, e-smith-lib-1_18_0-22_el4_sme, e-smith-lib-1_18_0-27_el4_sme, e-smith-lib-1_18_0-21_el4_sme, e-smith-lib-1_18_0-26_el4_sme, e-smith-lib-1_18_0-20_el4_sme, e-smith-lib-1_18_0-25_el4_sme
Import on branch sme7 of package e-smith-lib-1.18.0-16.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm
2 --- e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-25 16:56:51.000000000 -0500
3 +++ mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-25 16:56:15.000000000 -0500
4 @@ -369,10 +369,12 @@
5 my %params = @_;
6 my $title = $params{title};
7 my $text = $params{text};
8 + my $height = $params{height} || "8";
9 + my $width = $params{width} || SCREEN_COLUMNS;
10 $self->screen("--title", $title,
11 "--infobox", $text,
12 - SCREEN_ROWS,
13 - SCREEN_COLUMNS,
14 + $height,
15 + $width,
16 );
17 }
18

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