From cf894302767d5ec483b5f8002bb796a284895bbf Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 1 Aug 2013 18:21:05 -0500 Subject: add a bluetooth backend to track bluetooth being enabled, being hard/soft blocked, and its devices. --- src/phone.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/phone.vala') diff --git a/src/phone.vala b/src/phone.vala index 2abcf11..a2a9917 100644 --- a/src/phone.vala +++ b/src/phone.vala @@ -29,7 +29,7 @@ class PhoneMenu: BluetoothMenu group.insert (actions[i]); } - public PhoneMenu () + public PhoneMenu (Bluetooth bluetooth) { base ("phone"); -- cgit v1.2.3