diff options
-rw-r--r-- | perl-install/bootlook.pm | 2 |
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); }); |