diff options
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; } |