summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-25 08:24:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-25 08:24:09 +0000
commitbcad323ea4e63f3de6de33cf8f3de223156eda90 (patch)
tree8b75253f137c9e17315f0e9720df1049dfb0973c /perl-install/harddrake
parent66ef81d8aa16b87a97dd75ac8ad0b29e679da499 (diff)
downloaddrakx-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar
drakx-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar.gz
drakx-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar.bz2
drakx-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar.xz
drakx-bcad323ea4e63f3de6de33cf8f3de223156eda90.zip
interactive->exit call my_gtk->exit which destroy the window
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/ui.pm1
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);
}