From eeadef872572e8d47fe6ba6092074c1c6bfd64a6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2003 19:22:59 +0000 Subject: since we've replace save "button" by "ok", exit the tool after saving the preferences --- perl-install/standalone/drakperm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 1efc2ad79..3d18e433b 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -211,6 +211,7 @@ sub save_perm() { }, $val); close F; $modified = 0; + ugtk2->exit; } sub row_setting_dialog { -- cgit v1.2.1