summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4857eadfc..2574147ab 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -182,7 +182,7 @@ sub create_steps_window {
)
);
- $root_window->show_all
+ $root_window->show_all;
}
sub update_steps_position {