summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
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')