Исправлено условие отключение домашней директории

master3.3 3.1.7
Mike khiretskiy 11 years ago
parent b30f71aaaf
commit 0ac0f0cc16

@ -88,8 +88,8 @@ class ClDesktopAction(Action):
'message': _("Unmouning user resources"),
'method':'Desktop.umountUserRes(ur_mount_dirs)',
'condition': lambda dv:dv.Get('ur_mount_dirs'),
'depend': (Tasks.failed(),)},
'depend': Tasks.failed()},
{'name':'ecryptfs:umount_homedir',
'method':'Desktop.umountUserRes(ur_home_path)',
'depend': (Tasks.failed(),)}
'depend': Tasks.failed()}
]

Loading…
Cancel
Save