power: Disable Bluetooth switch for now
It's broken right now.
This commit is contained in:
parent
6a3fec2521
commit
70d0eba50c
1 changed files with 7 additions and 1 deletions
|
@ -28,9 +28,15 @@
|
|||
#include "egg-list-box/egg-list-box.h"
|
||||
|
||||
#ifdef HAVE_BLUETOOTH
|
||||
#include <bluetooth-client.h>
|
||||
/* Handling is broken:
|
||||
* https://bugzilla.gnome.org/show_bug.cgi?id=691730
|
||||
* https://bugzilla.gnome.org/show_bug.cgi?id=691151
|
||||
* #include <bluetooth-client.h> */
|
||||
#undef HAVE_BLUETOOTH
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef HAVE_NETWORK_MANAGER
|
||||
#include <nm-client.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue