From a365a5fb7fa381aa371bbbcde00f640f861f47b1 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 22 Sep 2014 08:54:50 -0500 Subject: Toggle rfkill again so that we have a chance of persisting the bluetooth state across reboots. --- src/bluez.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bluez.vala b/src/bluez.vala index a189a16..323674c 100644 --- a/src/bluez.vala +++ b/src/bluez.vala @@ -35,7 +35,7 @@ public class Bluez: Bluetooth, Object set { _powered = value; update_enabled(); } } - private KillSwitch killswitch = null; + private KillSwitch killswitch = new RfKillSwitch (); private string adapter_path = null; -- cgit v1.2.3