From 62135b5ce9b002b7d6b676d0183b985e1c23900c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Sep 2007 12:25:44 +0000 Subject: - steps window: do not underline categories (Installation, Configuration) (as suggested by Anne) --- perl-install/install/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index b004181f4..b12245ac9 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -112,7 +112,7 @@ sub create_steps_window { $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off done); my $category = sub { gtknew('HBox', children_tight => [ - gtknew('Label', text_markup => '' . $_[0] . '', widget_name => 'Step-categories') + gtknew('Label', text_markup => '' . $_[0] . '', widget_name => 'Step-categories') ]); }; -- cgit v1.2.1