diff options
-rwxr-xr-x | perl-install/standalone/drakperm | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |