summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-12 04:07:40 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-12 04:07:40 +0000
commitb5cf1fc024e9328bf4a11862f486d2f9b233109a (patch)
treeb3b5e262175959c1cd58a0056635c775e40c1e88
parent77e48ce4d5923272861d4a5d7ec23002eb543c27 (diff)
downloaddrakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar
drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar.gz
drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar.bz2
drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.tar.xz
drakx-b5cf1fc024e9328bf4a11862f486d2f9b233109a.zip
add exit on ok button
-rw-r--r--perl-install/standalone/draknfs1
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;