summaryrefslogtreecommitdiffstats
path: root/perl-install
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
commit5c600eeb6094e1195fc939c0421e69337753b903 (patch)
tree3c05bfd4227abb86f55c731b6c1c70e01975c1d9 /perl-install
parentf93fb254eb0b6cb2a6dc6259901e94f813f58ef3 (diff)
downloaddrakx-backup-do-not-use-5c600eeb6094e1195fc939c0421e69337753b903.tar
drakx-backup-do-not-use-5c600eeb6094e1195fc939c0421e69337753b903.tar.gz
drakx-backup-do-not-use-5c600eeb6094e1195fc939c0421e69337753b903.tar.bz2
drakx-backup-do-not-use-5c600eeb6094e1195fc939c0421e69337753b903.tar.xz
drakx-backup-do-not-use-5c600eeb6094e1195fc939c0421e69337753b903.zip
(register_main_window) perl_checker cleanup
Diffstat (limited to 'perl-install')
-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 {