summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-12-06 20:48:18 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-12-06 20:48:18 +0000
commit38ffed185b1222a8d0daa7f27dfe6cd57bca74c1 (patch)
treefecc78d94259b91ee26b533535b4e61b9c9c7801 /perl-install/bootlook.pm
parent57f07fe001d4f6536221aa9170a4e2c1034744e5 (diff)
downloaddrakx-backup-do-not-use-38ffed185b1222a8d0daa7f27dfe6cd57bca74c1.tar
drakx-backup-do-not-use-38ffed185b1222a8d0daa7f27dfe6cd57bca74c1.tar.gz
drakx-backup-do-not-use-38ffed185b1222a8d0daa7f27dfe6cd57bca74c1.tar.bz2
drakx-backup-do-not-use-38ffed185b1222a8d0daa7f27dfe6cd57bca74c1.tar.xz
drakx-backup-do-not-use-38ffed185b1222a8d0daa7f27dfe6cd57bca74c1.zip
perl_checker help'ed fix
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r--perl-install/bootlook.pm2
1 files changed, 1 insertions, 1 deletions
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);
});