From 38ffed185b1222a8d0daa7f27dfe6cd57bca74c1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 6 Dec 2002 20:48:18 +0000 Subject: perl_checker help'ed fix --- perl-install/bootlook.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootlook.pm') diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index b641ee966..1a70119e7 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -157,7 +157,7 @@ $combo{lilo}->entry->signal_connect(changed => sub { my $new_file = $themes{path} . $combo{lilo}->entry->get_text() . $themes{lilo}{thumb}; undef($lilo_pixbuf); $lilo_pixbuf = gtkcreate_pixbuf(-r $new_file ? $new_file : $themes{def_thmb}); - $lilo_pixbuf = $lilo_pixbuf->scale_simple(155,116,'nearest'); + $lilo_pixbuf = $lilo_pixbuf->scale_simple(155, 116, 'nearest'); $lilo_pic->set_from_pixbuf($lilo_pixbuf); }); -- cgit v1.2.1