summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index f8f13c733..9aa95a462 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -1468,7 +1468,7 @@ sub sync_flush {
sub register_main_window {
my ($w) = @_;
- push @::main_windows, $::main_window = $w
+ push @::main_windows, $::main_window = $w;
}
sub may_destroy {