From e337f9286d5eecf509bbc0d513525aa6c0d13b6d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 23 Aug 2003 21:22:17 +0000 Subject: once we start to alter settings ordering, we need to save it on exit; so just tell it to drakperm --- perl-install/standalone/drakperm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index c9d78477f..4cc1ced98 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -79,6 +79,7 @@ sub move_callback { my $iter2 = $model->get_iter($path); return if !$iter2 || $model->get($iter2, 0); $model->swap($iter, $iter2); + $modified = 1; $permList->get_selection->select_iter($iter); $permList->queue_draw; } -- cgit v1.2.1