diff options
-rw-r--r-- | perl-install/harddrake/ui.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index 4930f487f..25bb5ac74 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm @@ -285,7 +285,6 @@ sub new { sub quit_global { kill(15, $pid) if $pid; setVarsInSh($conffile, \%options); - $w->{rwindow}->destroy; my_gtk->exit(0); } |