From 9a762aefa0dd31391b522f0ed9541348a5a50d3f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 26 Aug 2005 13:57:58 +0000 Subject: (create_steps_window) precreate pixbuf for 'done' state too --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 5bfa5521f..b5139ba0b 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -126,7 +126,7 @@ sub create_steps_window { $o->{steps_window} and $o->{steps_window}->destroy; - $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off); + $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off done); my $category = sub { gtknew('HBox', children_tight => [ gtknew('Label', text => $_[0], widget_name => 'Step-categories') -- cgit v1.2.1