summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-08-26 13:57:58 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-08-26 13:57:58 +0000
commit9a762aefa0dd31391b522f0ed9541348a5a50d3f (patch)
tree235caff4bfecf06528bd2c9e9393c290d2b9f87c /perl-install/install_gtk.pm
parent21f48c626ea2cac4cd5bca0db0d0bf4e5f24982c (diff)
downloaddrakx-backup-do-not-use-9a762aefa0dd31391b522f0ed9541348a5a50d3f.tar
drakx-backup-do-not-use-9a762aefa0dd31391b522f0ed9541348a5a50d3f.tar.gz
drakx-backup-do-not-use-9a762aefa0dd31391b522f0ed9541348a5a50d3f.tar.bz2
drakx-backup-do-not-use-9a762aefa0dd31391b522f0ed9541348a5a50d3f.tar.xz
drakx-backup-do-not-use-9a762aefa0dd31391b522f0ed9541348a5a50d3f.zip
(create_steps_window) precreate pixbuf for 'done' state too
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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')