From f1eb294fc468b109b19390edb32692b30f970685 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 14 Nov 2011 12:03:46 -0500 Subject: [PATCH] Pass UDisksObject so $(udisks2.device) is properly expanded Signed-off-by: David Zeuthen --- src/udiskslinuxblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udiskslinuxblock.c b/src/udiskslinuxblock.c index 69c114d..d233c6a 100644 --- a/src/udiskslinuxblock.c +++ b/src/udiskslinuxblock.c @@ -1740,7 +1740,7 @@ handle_format (UDisksBlock *block, } if (!udisks_daemon_util_check_authorization_sync (daemon, - NULL, + object, action_id, options, N_("Authentication is required to format $(udisks2.device)"), -- 2.7.4