diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 03:34:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 03:34:14 +0000 |
commit | e02218b14f952753aa6ddc3b6cfb9a067732919e (patch) | |
tree | ea65bbda39d292c1949a90774ad66f9c8cbe821f /perl-install/interactive_gtk.pm | |
parent | 9db15981bfe68a98c6ea565d7318e1190ba4f0ec (diff) | |
download | drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar.gz drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar.bz2 drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.tar.xz drakx-e02218b14f952753aa6ddc3b6cfb9a067732919e.zip |
no_comment
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r-- | perl-install/interactive_gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index c332f9559..2e9e763ad 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -364,6 +364,5 @@ sub kill { my $w = pop @interactive::objects; $w->destroy; } - @my_gtk::grabbed = (); $o->{before_killing} = @interactive::objects; } |