diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-25 08:24:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-25 08:24:09 +0000 |
commit | bcad323ea4e63f3de6de33cf8f3de223156eda90 (patch) | |
tree | 8b75253f137c9e17315f0e9720df1049dfb0973c /perl-install/harddrake/ui.pm | |
parent | 66ef81d8aa16b87a97dd75ac8ad0b29e679da499 (diff) | |
download | drakx-backup-do-not-use-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar drakx-backup-do-not-use-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar.gz drakx-backup-do-not-use-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar.bz2 drakx-backup-do-not-use-bcad323ea4e63f3de6de33cf8f3de223156eda90.tar.xz drakx-backup-do-not-use-bcad323ea4e63f3de6de33cf8f3de223156eda90.zip |
interactive->exit call my_gtk->exit which destroy the window
Diffstat (limited to 'perl-install/harddrake/ui.pm')
-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); } |