summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/gtk.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm
index 5bf72b50d..e076b5075 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -116,7 +116,10 @@ sub create_steps_window {
]);
};
- my @l = $category->(N("Installation"));
+ my @l = (
+ create_logo(),
+ $category->(N("Installation"))
+ );
foreach (grep { !eval $o->{steps}{$_}{hidden} } @{$o->{orderedSteps}}) {
if ($_ eq 'setRootPassword_addUser') {
push @l, '', $category->(N("Configuration"));