From 5a380298d02673eb75aa0d4e4808dd34fa91f95f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2008 17:30:34 +0000 Subject: (create_steps_window) add logo at top --- perl-install/install/gtk.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/install/gtk.pm') 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")); -- cgit v1.2.1