diff options
-rw-r--r-- | perl-install/install/gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index f95a478b6..59201f8d1 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -143,6 +143,7 @@ sub create_steps_window { gtknew('Window', width => ($::stepswidth - $offset), widget_name => 'Steps', title => 'Steps', position => [ lang::text_direction_rtl() ? $::rootwidth - $::stepswidth : $offset, 0 ], child => gtknew('VBox', spacing => 6, children_tight => \@l)); + $o->{steps_window}->show; } |