From 524762eb79efa427e6ba9aebfeab7687027d0f4f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 12 Nov 2004 17:25:21 +0000 Subject: the color of the categories of steps is better in the theme (it was the only part not defined in the theme but in the code) --- perl-install/install_gtk.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 48dc018e9..3187a6ac0 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -154,8 +154,7 @@ sub create_steps_window { $w->{rwindow}->set_title('skip'); $steps{$_} ||= gtkcreate_pixbuf("steps_$_") foreach qw(on off); - my $category = sub { gtkset_markup(Gtk2::Label->new, - $o->{doc} ? $_[0] : '' . $_[0] . '') }; + my $category = sub { gtkset_name(Gtk2::Label->new($_[0]), 'Step-categories') }; gtkpack__(my $vb = Gtk2::VBox->new(0, 3), $steps{inst} = $category->(N("System installation")), ''); foreach (grep { !eval $o->{steps}{$_}{hidden} } @{$o->{orderedSteps}}) { -- cgit v1.2.1