summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-17 02:50:58 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-17 02:50:58 +0000
commit254e8e965f0d8eb771e6cc37e700b6ffa3cbd83b (patch)
tree3c05bfd4227abb86f55c731b6c1c70e01975c1d9 /perl-install/mygtk2.pm
parent253d3ef35b6b02bf62e6706e4fc38fef8bd038e1 (diff)
downloaddrakx-254e8e965f0d8eb771e6cc37e700b6ffa3cbd83b.tar
drakx-254e8e965f0d8eb771e6cc37e700b6ffa3cbd83b.tar.gz
drakx-254e8e965f0d8eb771e6cc37e700b6ffa3cbd83b.tar.bz2
drakx-254e8e965f0d8eb771e6cc37e700b6ffa3cbd83b.tar.xz
drakx-254e8e965f0d8eb771e6cc37e700b6ffa3cbd83b.zip
(register_main_window) perl_checker cleanup
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 {