diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-07-12 04:07:40 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-07-12 04:07:40 +0000 |
commit | b5cf1fc024e9328bf4a11862f486d2f9b233109a (patch) | |
tree | b3b5e262175959c1cd58a0056635c775e40c1e88 /perl-install/standalone | |
parent | 77e48ce4d5923272861d4a5d7ec23002eb543c27 (diff) | |
download | drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar.gz drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar.bz2 drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar.xz drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.zip |
add exit on ok button
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/draknfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index 97d61aab4..04e516d5a 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -130,6 +130,7 @@ sub write_conf { foreach my $a (@listshare) { append_to_file($CONF, "$a->{dir} $a->{access}($a->{right}) $a->{options}\n"); } + ugtk2->exit; } my $help_access; |