diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2014-09-22 08:54:50 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-09-22 08:54:50 -0500 |
commit | a365a5fb7fa381aa371bbbcde00f640f861f47b1 (patch) | |
tree | 31f31281c6648910d75b82f4bc77aaf0ea373934 /src | |
parent | 754b56dbe64f58ebb17ea866fa7867ac4c0a77a1 (diff) | |
download | ayatana-indicator-bluetooth-a365a5fb7fa381aa371bbbcde00f640f861f47b1.tar.gz ayatana-indicator-bluetooth-a365a5fb7fa381aa371bbbcde00f640f861f47b1.tar.bz2 ayatana-indicator-bluetooth-a365a5fb7fa381aa371bbbcde00f640f861f47b1.zip |
Toggle rfkill again so that we have a chance of persisting the bluetooth state across reboots.
Diffstat (limited to 'src')
-rw-r--r-- | src/bluez.vala | 2 |
1 files changed, 1 insertions, 1 deletions
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; |